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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 9699110: Add more scripts for per-script font preferences. (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') | chrome/common/pref_names.cc » ('j') | 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 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 "name": "Font Settings", 1003 "name": "Font Settings",
1004 "packaged_app": false, 1004 "packaged_app": false,
1005 "path": "examples\/api\/fontSettings\/", 1005 "path": "examples\/api\/fontSettings\/",
1006 "protocols": [], 1006 "protocols": [],
1007 "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", 1007 "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",
1008 "source_files": [ 1008 "source_files": [
1009 "manifest.json", 1009 "manifest.json",
1010 "popup.html", 1010 "popup.html",
1011 "popup.js" 1011 "popup.js"
1012 ], 1012 ],
1013 "source_hash": "42748a86c686a58b7c6b11259bb52c75e4bb5bc7", 1013 "source_hash": "1471f89d096904006237c6bd4dc9b4212161647d",
1014 "zip_path": "examples\/api\/fontSettings.zip" 1014 "zip_path": "examples\/api\/fontSettings.zip"
1015 }, 1015 },
1016 { 1016 {
1017 "api_calls": [ 1017 "api_calls": [
1018 "chrome.browserAction.onClicked", 1018 "chrome.browserAction.onClicked",
1019 "chrome.browserAction.setBadgeBackgroundColor", 1019 "chrome.browserAction.setBadgeBackgroundColor",
1020 "chrome.browserAction.setBadgeText", 1020 "chrome.browserAction.setBadgeText",
1021 "chrome.browserAction.setIcon", 1021 "chrome.browserAction.setIcon",
1022 "chrome.browserAction.setTitle", 1022 "chrome.browserAction.setTitle",
1023 "chrome.extension.getBackgroundPage", 1023 "chrome.extension.getBackgroundPage",
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2207 "path": "examples\/api\/storage\/stylizr\/", 2207 "path": "examples\/api\/storage\/stylizr\/",
2208 "protocols": [], 2208 "protocols": [],
2209 "search_string": "STYLIZR SPRUCE UP YOUR PAGES WITH CUSTOM CSS. <ALL_URLS> BROWSER_ACTION OPTIONS_PAGE STORAGE TABS CHROME.EXTENSION.GETURL CHROME.TABS.IN SERTCSS", 2209 "search_string": "STYLIZR SPRUCE UP YOUR PAGES WITH CUSTOM CSS. <ALL_URLS> BROWSER_ACTION OPTIONS_PAGE STORAGE TABS CHROME.EXTENSION.GETURL CHROME.TABS.IN SERTCSS",
2210 "source_files": [ 2210 "source_files": [
2211 "manifest.json", 2211 "manifest.json",
2212 "options.html", 2212 "options.html",
2213 "options.js", 2213 "options.js",
2214 "popup.html", 2214 "popup.html",
2215 "popup.js" 2215 "popup.js"
2216 ], 2216 ],
2217 "source_hash": "61ccd353013bfd844716c43d0f0a46cde5d1690a", 2217 "source_hash": "a6789cf4474d6497960c2f82437109953d4ed1e5",
2218 "zip_path": "examples\/api\/storage\/stylizr.zip" 2218 "zip_path": "examples\/api\/storage\/stylizr.zip"
2219 }, 2219 },
2220 { 2220 {
2221 "api_calls": [ 2221 "api_calls": [
2222 "chrome.browserAction.onClicked", 2222 "chrome.browserAction.onClicked",
2223 "chrome.extension.getURL", 2223 "chrome.extension.getURL",
2224 "chrome.tabs.create", 2224 "chrome.tabs.create",
2225 "chrome.tabs.get", 2225 "chrome.tabs.get",
2226 "chrome.tabs.move", 2226 "chrome.tabs.move",
2227 "chrome.tabs.onAttached", 2227 "chrome.tabs.onAttached",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2513 "manifest.json", 2513 "manifest.json",
2514 "popup.html", 2514 "popup.html",
2515 "popup.js", 2515 "popup.js",
2516 "sample.css" 2516 "sample.css"
2517 ], 2517 ],
2518 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2518 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2519 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2519 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2520 } 2520 }
2521 ] 2521 ]
2522 } 2522 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698