Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 9616038: Add example extension using Font Settings API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index f62b64658571efd88bafe555465f774041952e60..22948997b11e18635fe4f55c9bc356a3c3bfaf6e 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -982,6 +982,34 @@
},
{
"api_calls": [
+ "chrome.experimental.fontSettings.getFontList",
+ "chrome.experimental.fontSettings.getFontName",
+ "chrome.experimental.fontSettings.setFontName"
+ ],
+ "crx_path": null,
+ "description": "Sample extension for Font Settings API",
+ "features": [
+ "browser_action",
+ "experimental",
+ "popup"
+ ],
+ "icon": "fonts128.png",
+ "id": "31d10fd5e61ca51eb59073b358d4ab5267cbf318",
+ "name": "Font Settings",
+ "packaged_app": false,
+ "path": "examples\/api\/fontSettings\/",
+ "protocols": [],
+ "search_string": "FONT SETTINGS SAMPLE EXTENSION FOR FONT SETTINGS API BROWSER_ACTION EXPERIMENTAL POPUP CHROME.EXPERIMENTAL.FONTSETTINGS.GETFONTLIST CHROME.EXPERIMENTAL.FONTSETTINGS.GETFONTNAME CHROME.EXPERIMENTAL.FONTSETTINGS.SETFONTNAME",
+ "source_files": [
+ "manifest.json",
+ "popup.html",
+ "popup.js"
+ ],
+ "source_hash": "42748a86c686a58b7c6b11259bb52c75e4bb5bc7",
+ "zip_path": "examples\/api\/fontSettings.zip"
+ },
+ {
+ "api_calls": [
"chrome.browserAction.onClicked",
"chrome.browserAction.setBadgeBackgroundColor",
"chrome.browserAction.setBadgeText",
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698