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

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

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved topSites API out of experimental 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
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",
11 "chrome.bookmarks.onChildrenReordered": "bookmarks.html#event-onChildrenReor dered", 11 "chrome.bookmarks.onChildrenReordered": "bookmarks.html#event-onChildrenReor dered",
12 "chrome.bookmarks.onCreated": "bookmarks.html#event-onCreated", 12 "chrome.bookmarks.onCreated": "bookmarks.html#event-onCreated",
13 "chrome.bookmarks.onImportBegan": "bookmarks.html#event-onImportBegan", 13 "chrome.bookmarks.onImportBegan": "bookmarks.html#event-onImportBegan",
14 "chrome.bookmarks.onImportEnded": "bookmarks.html#event-onImportEnded", 14 "chrome.bookmarks.onImportEnded": "bookmarks.html#event-onImportEnded",
15 "chrome.bookmarks.onMoved": "bookmarks.html#event-onMoved", 15 "chrome.bookmarks.onMoved": "bookmarks.html#event-onMoved",
16 "chrome.bookmarks.onRemoved": "bookmarks.html#event-onRemoved", 16 "chrome.bookmarks.onRemoved": "bookmarks.html#event-onRemoved",
17 "chrome.bookmarks.remove": "bookmarks.html#method-remove", 17 "chrome.bookmarks.remove": "bookmarks.html#method-remove",
18 "chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree", 18 "chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree",
19 "chrome.bookmarks.search": "bookmarks.html#method-search", 19 "chrome.bookmarks.search": "bookmarks.html#method-search",
20 "chrome.bookmarks.update": "bookmarks.html#method-update", 20 "chrome.bookmarks.update": "bookmarks.html#method-update",
21 "chrome.browserAction.getBadgeBackgroundColor": "browserAction.html#method-g etBadgeBackgroundColor",
22 "chrome.browserAction.getBadgeText": "browserAction.html#method-getBadgeText ",
23 "chrome.browserAction.getPopup": "browserAction.html#method-getPopup",
24 "chrome.browserAction.getTitle": "browserAction.html#method-getTitle",
21 "chrome.browserAction.onClicked": "browserAction.html#event-onClicked", 25 "chrome.browserAction.onClicked": "browserAction.html#event-onClicked",
22 "chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-s etBadgeBackgroundColor", 26 "chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-s etBadgeBackgroundColor",
23 "chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText ", 27 "chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText ",
24 "chrome.browserAction.setIcon": "browserAction.html#method-setIcon", 28 "chrome.browserAction.setIcon": "browserAction.html#method-setIcon",
25 "chrome.browserAction.setPopup": "browserAction.html#method-setPopup", 29 "chrome.browserAction.setPopup": "browserAction.html#method-setPopup",
26 "chrome.browserAction.setTitle": "browserAction.html#method-setTitle", 30 "chrome.browserAction.setTitle": "browserAction.html#method-setTitle",
27 "chrome.browsingData.remove": "browsingData.html#method-remove", 31 "chrome.browsingData.remove": "browsingData.html#method-remove",
28 "chrome.browsingData.removeAppcache": "browsingData.html#method-removeAppcac he", 32 "chrome.browsingData.removeAppcache": "browsingData.html#method-removeAppcac he",
29 "chrome.browsingData.removeCache": "browsingData.html#method-removeCache", 33 "chrome.browsingData.removeCache": "browsingData.html#method-removeCache",
30 "chrome.browsingData.removeCookies": "browsingData.html#method-removeCookies ", 34 "chrome.browsingData.removeCookies": "browsingData.html#method-removeCookies ",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "chrome.management.onEnabled": "management.html#event-onEnabled", 139 "chrome.management.onEnabled": "management.html#event-onEnabled",
136 "chrome.management.onInstalled": "management.html#event-onInstalled", 140 "chrome.management.onInstalled": "management.html#event-onInstalled",
137 "chrome.management.onUninstalled": "management.html#event-onUninstalled", 141 "chrome.management.onUninstalled": "management.html#event-onUninstalled",
138 "chrome.management.setEnabled": "management.html#method-setEnabled", 142 "chrome.management.setEnabled": "management.html#method-setEnabled",
139 "chrome.management.uninstall": "management.html#method-uninstall", 143 "chrome.management.uninstall": "management.html#method-uninstall",
140 "chrome.omnibox.onInputCancelled": "omnibox.html#event-onInputCancelled", 144 "chrome.omnibox.onInputCancelled": "omnibox.html#event-onInputCancelled",
141 "chrome.omnibox.onInputChanged": "omnibox.html#event-onInputChanged", 145 "chrome.omnibox.onInputChanged": "omnibox.html#event-onInputChanged",
142 "chrome.omnibox.onInputEntered": "omnibox.html#event-onInputEntered", 146 "chrome.omnibox.onInputEntered": "omnibox.html#event-onInputEntered",
143 "chrome.omnibox.onInputStarted": "omnibox.html#event-onInputStarted", 147 "chrome.omnibox.onInputStarted": "omnibox.html#event-onInputStarted",
144 "chrome.omnibox.setDefaultSuggestion": "omnibox.html#method-setDefaultSugges tion", 148 "chrome.omnibox.setDefaultSuggestion": "omnibox.html#method-setDefaultSugges tion",
149 "chrome.pageAction.getPopup": "pageAction.html#method-getPopup",
150 "chrome.pageAction.getTitle": "pageAction.html#method-getTitle",
145 "chrome.pageAction.hide": "pageAction.html#method-hide", 151 "chrome.pageAction.hide": "pageAction.html#method-hide",
146 "chrome.pageAction.onClicked": "pageAction.html#event-onClicked", 152 "chrome.pageAction.onClicked": "pageAction.html#event-onClicked",
147 "chrome.pageAction.setIcon": "pageAction.html#method-setIcon", 153 "chrome.pageAction.setIcon": "pageAction.html#method-setIcon",
148 "chrome.pageAction.setPopup": "pageAction.html#method-setPopup", 154 "chrome.pageAction.setPopup": "pageAction.html#method-setPopup",
149 "chrome.pageAction.setTitle": "pageAction.html#method-setTitle", 155 "chrome.pageAction.setTitle": "pageAction.html#method-setTitle",
150 "chrome.pageAction.show": "pageAction.html#method-show", 156 "chrome.pageAction.show": "pageAction.html#method-show",
151 "chrome.pageCapture.saveAsMHTML": "pageCapture.html#method-saveAsMHTML", 157 "chrome.pageCapture.saveAsMHTML": "pageCapture.html#method-saveAsMHTML",
152 "chrome.permissions.contains": "permissions.html#method-contains", 158 "chrome.permissions.contains": "permissions.html#method-contains",
153 "chrome.permissions.getAll": "permissions.html#method-getAll", 159 "chrome.permissions.getAll": "permissions.html#method-getAll",
154 "chrome.permissions.onAdded": "permissions.html#event-onAdded", 160 "chrome.permissions.onAdded": "permissions.html#event-onAdded",
(...skipping 18 matching lines...) Expand all
173 "chrome.tabs.onDetached": "tabs.html#event-onDetached", 179 "chrome.tabs.onDetached": "tabs.html#event-onDetached",
174 "chrome.tabs.onHighlighted": "tabs.html#event-onHighlighted", 180 "chrome.tabs.onHighlighted": "tabs.html#event-onHighlighted",
175 "chrome.tabs.onMoved": "tabs.html#event-onMoved", 181 "chrome.tabs.onMoved": "tabs.html#event-onMoved",
176 "chrome.tabs.onRemoved": "tabs.html#event-onRemoved", 182 "chrome.tabs.onRemoved": "tabs.html#event-onRemoved",
177 "chrome.tabs.onUpdated": "tabs.html#event-onUpdated", 183 "chrome.tabs.onUpdated": "tabs.html#event-onUpdated",
178 "chrome.tabs.query": "tabs.html#method-query", 184 "chrome.tabs.query": "tabs.html#method-query",
179 "chrome.tabs.reload": "tabs.html#method-reload", 185 "chrome.tabs.reload": "tabs.html#method-reload",
180 "chrome.tabs.remove": "tabs.html#method-remove", 186 "chrome.tabs.remove": "tabs.html#method-remove",
181 "chrome.tabs.sendRequest": "tabs.html#method-sendRequest", 187 "chrome.tabs.sendRequest": "tabs.html#method-sendRequest",
182 "chrome.tabs.update": "tabs.html#method-update", 188 "chrome.tabs.update": "tabs.html#method-update",
189 "chrome.topSites.get": "topSites.html#method-get",
183 "chrome.tts.getVoices": "tts.html#method-getVoices", 190 "chrome.tts.getVoices": "tts.html#method-getVoices",
184 "chrome.tts.isSpeaking": "tts.html#method-isSpeaking", 191 "chrome.tts.isSpeaking": "tts.html#method-isSpeaking",
185 "chrome.tts.speak": "tts.html#method-speak", 192 "chrome.tts.speak": "tts.html#method-speak",
186 "chrome.tts.stop": "tts.html#method-stop", 193 "chrome.tts.stop": "tts.html#method-stop",
187 "chrome.ttsEngine.onSpeak": "ttsEngine.html#event-onSpeak", 194 "chrome.ttsEngine.onSpeak": "ttsEngine.html#event-onSpeak",
188 "chrome.ttsEngine.onStop": "ttsEngine.html#event-onStop", 195 "chrome.ttsEngine.onStop": "ttsEngine.html#event-onStop",
189 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames ", 196 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames ",
190 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame", 197 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame",
191 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN avigate", 198 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN avigate",
192 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted", 199 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted",
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 "background.js", 1696 "background.js",
1690 "manifest.json", 1697 "manifest.json",
1691 "options.html", 1698 "options.html",
1692 "options.js", 1699 "options.js",
1693 "style.css" 1700 "style.css"
1694 ], 1701 ],
1695 "source_hash": "a4052b597b547934e7c84ae39627a5378cd2e397", 1702 "source_hash": "a4052b597b547934e7c84ae39627a5378cd2e397",
1696 "zip_path": "examples\/api\/notifications.zip" 1703 "zip_path": "examples\/api\/notifications.zip"
1697 }, 1704 },
1698 { 1705 {
1699 "api_calls": [], 1706 "api_calls": [
1707 "chrome.topSites.get"
1708 ],
1700 "crx_path": null, 1709 "crx_path": null,
1701 "description": "extension to prototype new NTP designs", 1710 "description": "extension to prototype new NTP designs",
1702 "features": [ 1711 "features": [
1703 "chrome_url_overrides", 1712 "chrome_url_overrides",
1704 "experimental" 1713 "topSites"
1705 ], 1714 ],
1706 "icon": null, 1715 "icon": null,
1707 "id": "2df34c9db20549bd52f2dec3d59d564853bdefac", 1716 "id": "2df34c9db20549bd52f2dec3d59d564853bdefac",
1708 "name": "NTP prototyping extension", 1717 "name": "NTP prototyping extension",
1709 "packaged_app": false, 1718 "packaged_app": false,
1710 "path": "examples\/api\/topsites\/magic8ball\/", 1719 "path": "examples\/api\/topsites\/magic8ball\/",
1711 "protocols": [ 1720 "protocols": [
1712 "chrome:\/\/",
1713 "chrome:\/\/" 1721 "chrome:\/\/"
1714 ], 1722 ],
1715 "search_string": "NTP PROTOTYPING EXTENSION EXTENSION TO PROTOTYPE NEW NTP DESIGNS CHROME_URL_OVERRIDES EXPERIMENTAL", 1723 "search_string": "NTP PROTOTYPING EXTENSION EXTENSION TO PROTOTYPE NEW NTP DESIGNS CHROME_URL_OVERRIDES TOPSITES CHROME.TOPSITES.GET",
1716 "source_files": [ 1724 "source_files": [
1717 "manifest.json", 1725 "manifest.json",
1718 "newTab.css", 1726 "newTab.css",
1719 "newTab.html", 1727 "newTab.html",
1720 "newTab.js" 1728 "newTab.js"
1721 ], 1729 ],
1722 "source_hash": "4d7cc6f66c8bee44ae3857b7dcb7bdae7c3e60f5", 1730 "source_hash": "e31b2a10f0fa1455d7bd14f5da5f157efff99ec7",
1723 "zip_path": "examples\/api\/topsites\/magic8ball.zip" 1731 "zip_path": "examples\/api\/topsites\/magic8ball.zip"
1724 }, 1732 },
1725 { 1733 {
1726 "api_calls": [ 1734 "api_calls": [
1727 "chrome.omnibox.onInputChanged", 1735 "chrome.omnibox.onInputChanged",
1728 "chrome.omnibox.onInputEntered" 1736 "chrome.omnibox.onInputEntered"
1729 ], 1737 ],
1730 "crx_path": null, 1738 "crx_path": null,
1731 "description": "To use, type 'omnix' plus a search term into the Omnibox." , 1739 "description": "To use, type 'omnix' plus a search term into the Omnibox." ,
1732 "features": [ 1740 "features": [
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
2513 "manifest.json", 2521 "manifest.json",
2514 "popup.html", 2522 "popup.html",
2515 "popup.js", 2523 "popup.js",
2516 "sample.css" 2524 "sample.css"
2517 ], 2525 ],
2518 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2526 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2519 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2527 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2520 } 2528 }
2521 ] 2529 ]
2522 } 2530 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698