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

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

Issue 9997001: Fix transient page sample extension to use 'runtime' API, which landed just (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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') | 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 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after
2436 "source_hash": "683f9b121326abe7053ea011b27dbd03f5b7b9d7", 2436 "source_hash": "683f9b121326abe7053ea011b27dbd03f5b7b9d7",
2437 "zip_path": "examples\/api\/permissions\/extension-questions.zip" 2437 "zip_path": "examples\/api\/permissions\/extension-questions.zip"
2438 }, 2438 },
2439 { 2439 {
2440 "api_calls": [ 2440 "api_calls": [
2441 "chrome.bookmarks.onRemoved", 2441 "chrome.bookmarks.onRemoved",
2442 "chrome.browserAction.onClicked", 2442 "chrome.browserAction.onClicked",
2443 "chrome.browserAction.setBadgeText", 2443 "chrome.browserAction.setBadgeText",
2444 "chrome.experimental.alarms.create", 2444 "chrome.experimental.alarms.create",
2445 "chrome.experimental.alarms.onAlarm", 2445 "chrome.experimental.alarms.onAlarm",
2446 "chrome.experimental.extension.onBackgroundPageUnloadingSoon", 2446 "chrome.experimental.runtime.onBackgroundPageUnloadingSoon",
2447 "chrome.experimental.extension.onInstalled", 2447 "chrome.experimental.runtime.onInstalled",
2448 "chrome.extension.onMessage", 2448 "chrome.extension.onMessage",
2449 "chrome.extension.sendMessage", 2449 "chrome.extension.sendMessage",
2450 "chrome.tabs.executeScript", 2450 "chrome.tabs.executeScript",
2451 "chrome.tabs.query", 2451 "chrome.tabs.query",
2452 "chrome.tabs.sendMessage" 2452 "chrome.tabs.sendMessage"
2453 ], 2453 ],
2454 "crx_path": null, 2454 "crx_path": null,
2455 "description": "Demonstrates usage and features of the transient page", 2455 "description": "Demonstrates usage and features of the transient page",
2456 "features": [ 2456 "features": [
2457 "background_page", 2457 "background_page",
2458 "bookmarks", 2458 "bookmarks",
2459 "browser_action", 2459 "browser_action",
2460 "experimental", 2460 "experimental",
2461 "tabs" 2461 "tabs"
2462 ], 2462 ],
2463 "icon": null, 2463 "icon": null,
2464 "id": "7db846942d754cb51d0fd1fcb60a97fa4f1e21ad", 2464 "id": "7db846942d754cb51d0fd1fcb60a97fa4f1e21ad",
2465 "name": "Transient Page Example", 2465 "name": "Transient Page Example",
2466 "packaged_app": false, 2466 "packaged_app": false,
2467 "path": "examples\/api\/transientPage\/basic\/", 2467 "path": "examples\/api\/transientPage\/basic\/",
2468 "protocols": [ 2468 "protocols": [
2469 "http:\/\/" 2469 "http:\/\/"
2470 ], 2470 ],
2471 "search_string": "TRANSIENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES O F THE TRANSIENT PAGE BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL TABS CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.S ETBADGETEXT CHROME.EXPERIMENTAL.ALARMS.CREATE CHROME.EXPERIMENTAL.ALARMS.ONALARM CHROME.EXPERIMENTAL.EXTENSION.ONBACKGROUNDPAGEUNLOADINGSOON CHROME.EXPERIMENTAL .EXTENSION.ONINSTALLED CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE C HROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDMESSAGE", 2471 "search_string": "TRANSIENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES O F THE TRANSIENT PAGE BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL TABS CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.S ETBADGETEXT CHROME.EXPERIMENTAL.ALARMS.CREATE CHROME.EXPERIMENTAL.ALARMS.ONALARM CHROME.EXPERIMENTAL.RUNTIME.ONBACKGROUNDPAGEUNLOADINGSOON CHROME.EXPERIMENTAL.R UNTIME.ONINSTALLED CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE CHROM E.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDMESSAGE",
2472 "source_files": [ 2472 "source_files": [
2473 "background.js", 2473 "background.js",
2474 "content.js", 2474 "content.js",
2475 "manifest.json" 2475 "manifest.json"
2476 ], 2476 ],
2477 "source_hash": "9683a215d1368a1047072709fdca7b84853d396e", 2477 "source_hash": "7e9616c15e22991edf11d2a53e0e2a33977154ce",
2478 "zip_path": "examples\/api\/transientPage\/basic.zip" 2478 "zip_path": "examples\/api\/transientPage\/basic.zip"
2479 }, 2479 },
2480 { 2480 {
2481 "api_calls": [ 2481 "api_calls": [
2482 "chrome.tts.getVoices", 2482 "chrome.tts.getVoices",
2483 "chrome.tts.speak", 2483 "chrome.tts.speak",
2484 "chrome.tts.stop" 2484 "chrome.tts.stop"
2485 ], 2485 ],
2486 "crx_path": null, 2486 "crx_path": null,
2487 "description": "Tool for developers of Chrome TTS engine extensions to hel p them test their engines are implementing the API correctly.", 2487 "description": "Tool for developers of Chrome TTS engine extensions to hel p them test their engines are implementing the API correctly.",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2618 "source_files": [ 2618 "source_files": [
2619 "manifest.json", 2619 "manifest.json",
2620 "popup.html", 2620 "popup.html",
2621 "popup.js", 2621 "popup.js",
2622 "sample.css" 2622 "sample.css"
2623 ], 2623 ],
2624 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2624 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2625 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2625 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2626 } 2626 }
2627 ] 2627 ]
2628 } 2628 }
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