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

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

Issue 9691033: Update the Stylizr example to work with the manifest changes the Storage 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/examples/api/storage/stylizr/options.js ('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 2176 matching lines...) Expand 10 before | Expand all | Expand 10 after
2187 { 2187 {
2188 "api_calls": [ 2188 "api_calls": [
2189 "chrome.extension.getURL", 2189 "chrome.extension.getURL",
2190 "chrome.tabs.insertCSS" 2190 "chrome.tabs.insertCSS"
2191 ], 2191 ],
2192 "crx_path": null, 2192 "crx_path": null,
2193 "description": "Spruce up your pages with custom CSS.", 2193 "description": "Spruce up your pages with custom CSS.",
2194 "features": [ 2194 "features": [
2195 "<all_urls>", 2195 "<all_urls>",
2196 "browser_action", 2196 "browser_action",
2197 "experimental",
2198 "options_page", 2197 "options_page",
2198 "storage",
2199 "tabs" 2199 "tabs"
2200 ], 2200 ],
2201 "icon": null, 2201 "icon": null,
2202 "id": "24452253a5f1a93c2e8d63e55042005f8bc33606", 2202 "id": "24452253a5f1a93c2e8d63e55042005f8bc33606",
2203 "name": "Stylizr", 2203 "name": "Stylizr",
2204 "packaged_app": false, 2204 "packaged_app": false,
2205 "path": "examples\/api\/storage\/stylizr\/", 2205 "path": "examples\/api\/storage\/stylizr\/",
2206 "protocols": [], 2206 "protocols": [],
2207 "search_string": "STYLIZR SPRUCE UP YOUR PAGES WITH CUSTOM CSS. <ALL_URLS> BROWSER_ACTION EXPERIMENTAL OPTIONS_PAGE TABS CHROME.EXTENSION.GETURL CHROME.TA BS.INSERTCSS", 2207 "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",
2208 "source_files": [ 2208 "source_files": [
2209 "manifest.json", 2209 "manifest.json",
2210 "options.html", 2210 "options.html",
2211 "options.js", 2211 "options.js",
2212 "popup.html", 2212 "popup.html",
2213 "popup.js" 2213 "popup.js"
2214 ], 2214 ],
2215 "source_hash": "d037912040032793d06755ea44f5e638e8bac10f", 2215 "source_hash": "61ccd353013bfd844716c43d0f0a46cde5d1690a",
2216 "zip_path": "examples\/api\/storage\/stylizr.zip" 2216 "zip_path": "examples\/api\/storage\/stylizr.zip"
2217 }, 2217 },
2218 { 2218 {
2219 "api_calls": [ 2219 "api_calls": [
2220 "chrome.browserAction.onClicked", 2220 "chrome.browserAction.onClicked",
2221 "chrome.extension.getURL", 2221 "chrome.extension.getURL",
2222 "chrome.tabs.create", 2222 "chrome.tabs.create",
2223 "chrome.tabs.get", 2223 "chrome.tabs.get",
2224 "chrome.tabs.move", 2224 "chrome.tabs.move",
2225 "chrome.tabs.onAttached", 2225 "chrome.tabs.onAttached",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2511 "manifest.json", 2511 "manifest.json",
2512 "popup.html", 2512 "popup.html",
2513 "popup.js", 2513 "popup.js",
2514 "sample.css" 2514 "sample.css"
2515 ], 2515 ],
2516 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2516 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2517 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2517 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2518 } 2518 }
2519 ] 2519 ]
2520 } 2520 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/storage/stylizr/options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698