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

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

Issue 8536022: Adding static documentation to the speech input extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits and adding a example. Created 9 years, 1 month 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
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 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after
2088 "options.html", 2088 "options.html",
2089 "options.js", 2089 "options.js",
2090 "tabs.js" 2090 "tabs.js"
2091 ], 2091 ],
2092 "source_hash": "cb605c7bc53d81fe9504c871f475b09e9987df4a", 2092 "source_hash": "cb605c7bc53d81fe9504c871f475b09e9987df4a",
2093 "zip_path": "examples\/extensions\/speak_selection.zip" 2093 "zip_path": "examples\/extensions\/speak_selection.zip"
2094 }, 2094 },
2095 { 2095 {
2096 "api_calls": [ 2096 "api_calls": [
2097 "chrome.browserAction.onClicked", 2097 "chrome.browserAction.onClicked",
2098 "chrome.experimental.speechInput.isRecording",
2099 "chrome.experimental.speechInput.onError",
2100 "chrome.experimental.speechInput.onResult",
2101 "chrome.experimental.speechInput.start",
2102 "chrome.experimental.speechInput.stop"
2103 ],
2104 "crx_path": null,
2105 "description": "Recognizes your speech and tells you the most likely resul t.",
2106 "features": [
2107 "background_page",
2108 "browser_action",
2109 "experimental"
2110 ],
2111 "icon": null,
Satish 2011/11/17 16:29:23 should point this to a valid icon file name? the o
Leandro Graciá Gil 2011/11/17 22:02:45 I don't recall changing this file. This is probabl
2112 "id": "a942b7626644674b7a56678930d054497b244ee7",
2113 "name": "Speech recognizer",
Satish 2011/11/17 16:29:23 capitalise the first letter of all words in the na
Leandro Graciá Gil 2011/11/17 22:02:45 Done.
2114 "packaged_app": false,
2115 "path": "examples\/api\/speechInput\/basic\/",
2116 "protocols": [],
2117 "search_string": "SPEECH RECOGNIZER RECOGNIZES YOUR SPEECH AND TELLS YOU T HE MOST LIKELY RESULT. BACKGROUND_PAGE BROWSER_ACTION EXPERIMENTAL CHROME.BROWSE RACTION.ONCLICKED CHROME.EXPERIMENTAL.SPEECHINPUT.ISRECORDING CHROME.EXPERIMENTA L.SPEECHINPUT.ONERROR CHROME.EXPERIMENTAL.SPEECHINPUT.ONRESULT CHROME.EXPERIMENT AL.SPEECHINPUT.START CHROME.EXPERIMENTAL.SPEECHINPUT.STOP",
2118 "source_files": [
2119 "background.html",
2120 "manifest.json"
2121 ],
2122 "source_hash": "a1db5394eb501dc0d23f584efcdc4f22e5155a4b",
2123 "zip_path": "examples\/api\/speechInput\/basic.zip"
2124 },
2125 {
2126 "api_calls": [
2127 "chrome.browserAction.onClicked",
2098 "chrome.extension.getURL", 2128 "chrome.extension.getURL",
2099 "chrome.tabs.create", 2129 "chrome.tabs.create",
2100 "chrome.tabs.get", 2130 "chrome.tabs.get",
2101 "chrome.tabs.getAllInWindow", 2131 "chrome.tabs.getAllInWindow",
2102 "chrome.tabs.getSelected", 2132 "chrome.tabs.getSelected",
2103 "chrome.tabs.move", 2133 "chrome.tabs.move",
2104 "chrome.tabs.onAttached", 2134 "chrome.tabs.onAttached",
2105 "chrome.tabs.onCreated", 2135 "chrome.tabs.onCreated",
2106 "chrome.tabs.onDetached", 2136 "chrome.tabs.onDetached",
2107 "chrome.tabs.onMoved", 2137 "chrome.tabs.onMoved",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
2394 "manifest.json", 2424 "manifest.json",
2395 "popup.html", 2425 "popup.html",
2396 "popup.js", 2426 "popup.js",
2397 "sample.css" 2427 "sample.css"
2398 ], 2428 ],
2399 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6", 2429 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6",
2400 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2430 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2401 } 2431 }
2402 ] 2432 ]
2403 } 2433 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698