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

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

Issue 8916013: Added storage sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storage sample Created 9 years 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.export": "bookmarks.html#method-export", 4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get", 5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
10 "chrome.bookmarks.import": "bookmarks.html#method-import", 10 "chrome.bookmarks.import": "bookmarks.html#method-import",
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2132 "source_files": [ 2132 "source_files": [
2133 "background.html", 2133 "background.html",
2134 "background.js", 2134 "background.js",
2135 "manifest.json" 2135 "manifest.json"
2136 ], 2136 ],
2137 "source_hash": "3fa6d5a3a9cba2fbb1b85001aff396ad57ac9107", 2137 "source_hash": "3fa6d5a3a9cba2fbb1b85001aff396ad57ac9107",
2138 "zip_path": "examples\/api\/speechInput\/basic.zip" 2138 "zip_path": "examples\/api\/speechInput\/basic.zip"
2139 }, 2139 },
2140 { 2140 {
2141 "api_calls": [ 2141 "api_calls": [
2142 "chrome.extension.getURL",
2143 "chrome.tabs.insertCSS"
2144 ],
2145 "crx_path": null,
2146 "description": "Spruce up your pages with custom CSS.",
2147 "features": [
2148 "<all_urls>",
2149 "browser_action",
2150 "experimental",
2151 "options_page",
2152 "tabs"
2153 ],
2154 "icon": null,
2155 "id": "24452253a5f1a93c2e8d63e55042005f8bc33606",
2156 "name": "Stylizr",
2157 "packaged_app": false,
2158 "path": "examples\/api\/storage\/stylizr\/",
2159 "protocols": [],
2160 "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",
2161 "source_files": [
2162 "manifest.json",
2163 "options.html",
2164 "options.js",
2165 "popup.html",
2166 "popup.js"
2167 ],
2168 "source_hash": "fa67fae5afc20d9ad9b46a8d25037aabcb89630e",
2169 "zip_path": "examples\/api\/storage\/stylizr.zip"
2170 },
2171 {
2172 "api_calls": [
2142 "chrome.browserAction.onClicked", 2173 "chrome.browserAction.onClicked",
2143 "chrome.extension.getURL", 2174 "chrome.extension.getURL",
2144 "chrome.tabs.create", 2175 "chrome.tabs.create",
2145 "chrome.tabs.get", 2176 "chrome.tabs.get",
2146 "chrome.tabs.getAllInWindow", 2177 "chrome.tabs.getAllInWindow",
2147 "chrome.tabs.getSelected", 2178 "chrome.tabs.getSelected",
2148 "chrome.tabs.move", 2179 "chrome.tabs.move",
2149 "chrome.tabs.onAttached", 2180 "chrome.tabs.onAttached",
2150 "chrome.tabs.onCreated", 2181 "chrome.tabs.onCreated",
2151 "chrome.tabs.onDetached", 2182 "chrome.tabs.onDetached",
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 "manifest.json", 2470 "manifest.json",
2440 "popup.html", 2471 "popup.html",
2441 "popup.js", 2472 "popup.js",
2442 "sample.css" 2473 "sample.css"
2443 ], 2474 ],
2444 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6", 2475 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6",
2445 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2476 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2446 } 2477 }
2447 ] 2478 ]
2448 } 2479 }
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