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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.get": "bookmarks.html#method-get", 4 "chrome.bookmarks.get": "bookmarks.html#method-get",
5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.move": "bookmarks.html#method-move", 9 "chrome.bookmarks.move": "bookmarks.html#method-move",
10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 "background.js", 975 "background.js",
976 "devtools.html", 976 "devtools.html",
977 "devtools.js", 977 "devtools.js",
978 "manifest.json" 978 "manifest.json"
979 ], 979 ],
980 "source_hash": "0ced0f45a4369316e2f4402bdf9c85451be864b1", 980 "source_hash": "0ced0f45a4369316e2f4402bdf9c85451be864b1",
981 "zip_path": "examples\/api\/devtools\/network\/chrome-firephp.zip" 981 "zip_path": "examples\/api\/devtools\/network\/chrome-firephp.zip"
982 }, 982 },
983 { 983 {
984 "api_calls": [ 984 "api_calls": [
985 "chrome.experimental.fontSettings.getFontList",
986 "chrome.experimental.fontSettings.getFontName",
987 "chrome.experimental.fontSettings.setFontName"
988 ],
989 "crx_path": null,
990 "description": "Sample extension for Font Settings API",
991 "features": [
992 "browser_action",
993 "experimental",
994 "popup"
995 ],
996 "icon": "fonts128.png",
997 "id": "31d10fd5e61ca51eb59073b358d4ab5267cbf318",
998 "name": "Font Settings",
999 "packaged_app": false,
1000 "path": "examples\/api\/fontSettings\/",
1001 "protocols": [],
1002 "search_string": "FONT SETTINGS SAMPLE EXTENSION FOR FONT SETTINGS API BRO WSER_ACTION EXPERIMENTAL POPUP CHROME.EXPERIMENTAL.FONTSETTINGS.GETFONTLIST CHRO ME.EXPERIMENTAL.FONTSETTINGS.GETFONTNAME CHROME.EXPERIMENTAL.FONTSETTINGS.SETFON TNAME",
1003 "source_files": [
1004 "manifest.json",
1005 "popup.html",
1006 "popup.js"
1007 ],
1008 "source_hash": "42748a86c686a58b7c6b11259bb52c75e4bb5bc7",
1009 "zip_path": "examples\/api\/fontSettings.zip"
1010 },
1011 {
1012 "api_calls": [
985 "chrome.browserAction.onClicked", 1013 "chrome.browserAction.onClicked",
986 "chrome.browserAction.setBadgeBackgroundColor", 1014 "chrome.browserAction.setBadgeBackgroundColor",
987 "chrome.browserAction.setBadgeText", 1015 "chrome.browserAction.setBadgeText",
988 "chrome.browserAction.setIcon", 1016 "chrome.browserAction.setIcon",
989 "chrome.browserAction.setTitle", 1017 "chrome.browserAction.setTitle",
990 "chrome.extension.getBackgroundPage", 1018 "chrome.extension.getBackgroundPage",
991 "chrome.extension.onRequest", 1019 "chrome.extension.onRequest",
992 "chrome.extension.sendRequest", 1020 "chrome.extension.sendRequest",
993 "chrome.i18n.getMessage", 1021 "chrome.i18n.getMessage",
994 "chrome.tabs.create", 1022 "chrome.tabs.create",
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after
2480 "manifest.json", 2508 "manifest.json",
2481 "popup.html", 2509 "popup.html",
2482 "popup.js", 2510 "popup.js",
2483 "sample.css" 2511 "sample.css"
2484 ], 2512 ],
2485 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2513 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2486 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2514 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2487 } 2515 }
2488 ] 2516 ]
2489 } 2517 }
OLDNEW
« 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