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

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

Issue 10413011: redo r137692 and r137791 which were speculatively reverted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.bookmarks.create": "bookmarks.html#method-create", 9 "chrome.bookmarks.create": "bookmarks.html#method-create",
10 "chrome.bookmarks.get": "bookmarks.html#method-get", 10 "chrome.bookmarks.get": "bookmarks.html#method-get",
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 "style.css", 691 "style.css",
692 "view.js" 692 "view.js"
693 ], 693 ],
694 "source_hash": "6317b07927fa12ebf02947b9018af0c9d244fccb", 694 "source_hash": "6317b07927fa12ebf02947b9018af0c9d244fccb",
695 "zip_path": "examples/extensions/calculator.zip" 695 "zip_path": "examples/extensions/calculator.zip"
696 }, 696 },
697 { 697 {
698 "api_calls": [ 698 "api_calls": [
699 "chrome.webRequest.onBeforeRequest" 699 "chrome.webRequest.onBeforeRequest"
700 ], 700 ],
701 "crx_path": null, 701 "crx_path": "examples/extensions/catblock.crx",
702 "description": "I can't has cheezburger!", 702 "description": "I can't has cheezburger!",
703 "features": [ 703 "features": [
704 "background_page", 704 "background_page",
705 "webRequest", 705 "webRequest",
706 "webRequestBlocking" 706 "webRequestBlocking"
707 ], 707 ],
708 "icon": null, 708 "icon": null,
709 "id": "7f4d3fac7ae1ad4d514a15cd0b2c48c57a58c55e", 709 "id": "7f4d3fac7ae1ad4d514a15cd0b2c48c57a58c55e",
710 "name": "CatBlock", 710 "name": "CatBlock",
711 "packaged_app": false, 711 "packaged_app": false,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "source_hash": "d611e0909f40d9131545755a3e2e342faf8b2657", 790 "source_hash": "d611e0909f40d9131545755a3e2e342faf8b2657",
791 "zip_path": "examples/extensions/fx.zip" 791 "zip_path": "examples/extensions/fx.zip"
792 }, 792 },
793 { 793 {
794 "api_calls": [ 794 "api_calls": [
795 "chrome.browserAction.setBadgeBackgroundColor", 795 "chrome.browserAction.setBadgeBackgroundColor",
796 "chrome.browserAction.setBadgeText", 796 "chrome.browserAction.setBadgeText",
797 "chrome.browserAction.setTitle", 797 "chrome.browserAction.setTitle",
798 "chrome.extension.getURL" 798 "chrome.extension.getURL"
799 ], 799 ],
800 "crx_path": null, 800 "crx_path": "examples/extensions/buildbot.crx",
801 "description": "Displays the status of the Chromium buildbot in the toolba r. Click to see more detailed status in a popup.", 801 "description": "Displays the status of the Chromium buildbot in the toolba r. Click to see more detailed status in a popup.",
802 "features": [ 802 "features": [
803 "background_page", 803 "background_page",
804 "browser_action", 804 "browser_action",
805 "notifications", 805 "notifications",
806 "options_page" 806 "options_page"
807 ], 807 ],
808 "icon": "icon.png", 808 "icon": "icon.png",
809 "id": "0e790e035a4a00b6f1def5ef9a7d7be1bce95ab5", 809 "id": "0e790e035a4a00b6f1def5ef9a7d7be1bce95ab5",
810 "name": "Chromium Buildbot Monitor", 810 "name": "Chromium Buildbot Monitor",
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 { 1286 {
1287 "api_calls": [ 1287 "api_calls": [
1288 "chrome.browserAction.setBadgeText", 1288 "chrome.browserAction.setBadgeText",
1289 "chrome.extension.getBackgroundPage", 1289 "chrome.extension.getBackgroundPage",
1290 "chrome.extension.getURL", 1290 "chrome.extension.getURL",
1291 "chrome.tabs.create", 1291 "chrome.tabs.create",
1292 "chrome.tabs.get", 1292 "chrome.tabs.get",
1293 "chrome.tabs.onUpdated", 1293 "chrome.tabs.onUpdated",
1294 "chrome.tabs.remove" 1294 "chrome.tabs.remove"
1295 ], 1295 ],
1296 "crx_path": null, 1296 "crx_path": "examples/extensions/gdocs.crx",
1297 "description": "Demonstrates how to use OAuth to connect the Google Docume nts List Data API.", 1297 "description": "Demonstrates how to use OAuth to connect the Google Docume nts List Data API.",
1298 "features": [ 1298 "features": [
1299 "background_page", 1299 "background_page",
1300 "browser_action", 1300 "browser_action",
1301 "options_page", 1301 "options_page",
1302 "tabs" 1302 "tabs"
1303 ], 1303 ],
1304 "icon": "img/docs_spreadsheets-128.gif", 1304 "icon": "img/docs_spreadsheets-128.gif",
1305 "id": "4e35caa9742fb82dbd628892d23a781614f6eff6", 1305 "id": "4e35caa9742fb82dbd628892d23a781614f6eff6",
1306 "name": "Google Document List Viewer", 1306 "name": "Google Document List Viewer",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 "zip_path": "examples/api/override/override_igoogle.zip" 1485 "zip_path": "examples/api/override/override_igoogle.zip"
1486 }, 1486 },
1487 { 1487 {
1488 "api_calls": [ 1488 "api_calls": [
1489 "chrome.contextMenus.create", 1489 "chrome.contextMenus.create",
1490 "chrome.tabs.get", 1490 "chrome.tabs.get",
1491 "chrome.tabs.getCurrent", 1491 "chrome.tabs.getCurrent",
1492 "chrome.windows.create", 1492 "chrome.windows.create",
1493 "chrome.windows.update" 1493 "chrome.windows.update"
1494 ], 1494 ],
1495 "crx_path": null, 1495 "crx_path": "examples/extensions/imageinfo.crx",
1496 "description": "Get image info for images, including EXIF data", 1496 "description": "Get image info for images, including EXIF data",
1497 "features": [ 1497 "features": [
1498 "background_page", 1498 "background_page",
1499 "contextMenus", 1499 "contextMenus",
1500 "tabs" 1500 "tabs"
1501 ], 1501 ],
1502 "icon": "imageinfo-128.png", 1502 "icon": "imageinfo-128.png",
1503 "id": "646325c25f572a1d15edc73d057f821d847a4fbe", 1503 "id": "646325c25f572a1d15edc73d057f821d847a4fbe",
1504 "name": "Imageinfo", 1504 "name": "Imageinfo",
1505 "packaged_app": false, 1505 "packaged_app": false,
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 }, 1622 },
1623 { 1623 {
1624 "api_calls": [ 1624 "api_calls": [
1625 "chrome.extension.getBackgroundPage", 1625 "chrome.extension.getBackgroundPage",
1626 "chrome.pageAction.hide", 1626 "chrome.pageAction.hide",
1627 "chrome.pageAction.setTitle", 1627 "chrome.pageAction.setTitle",
1628 "chrome.pageAction.show", 1628 "chrome.pageAction.show",
1629 "chrome.tabs.get", 1629 "chrome.tabs.get",
1630 "chrome.tabs.onUpdated" 1630 "chrome.tabs.onUpdated"
1631 ], 1631 ],
1632 "crx_path": null, 1632 "crx_path": "examples/extensions/mappy.crx",
1633 "description": "Finds addresses in the web page you're on and pops up a ma p window.", 1633 "description": "Finds addresses in the web page you're on and pops up a ma p window.",
1634 "features": [ 1634 "features": [
1635 "background_page", 1635 "background_page",
1636 "page_action", 1636 "page_action",
1637 "tabs" 1637 "tabs"
1638 ], 1638 ],
1639 "icon": "icon.png", 1639 "icon": "icon.png",
1640 "id": "ec97ec20ca2f095d081e39f1565fc12af09ef067", 1640 "id": "ec97ec20ca2f095d081e39f1565fc12af09ef067",
1641 "name": "Mappy", 1641 "name": "Mappy",
1642 "packaged_app": false, 1642 "packaged_app": false,
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 "manifest.json" 1774 "manifest.json"
1775 ], 1775 ],
1776 "source_hash": "f75bfa2711f6840a129496e7906d6c7aa9d5a1a0", 1776 "source_hash": "f75bfa2711f6840a129496e7906d6c7aa9d5a1a0",
1777 "zip_path": "examples/extensions/news_a11y.zip" 1777 "zip_path": "examples/extensions/news_a11y.zip"
1778 }, 1778 },
1779 { 1779 {
1780 "api_calls": [ 1780 "api_calls": [
1781 "chrome.i18n.getMessage", 1781 "chrome.i18n.getMessage",
1782 "chrome.tabs.create" 1782 "chrome.tabs.create"
1783 ], 1783 ],
1784 "crx_path": null, 1784 "crx_path": "examples/extensions/news_i18n.crx",
1785 "description": "Displays the first 5 items from the 'Google News - top new s' RSS feed in a popup.", 1785 "description": "Displays the first 5 items from the 'Google News - top new s' RSS feed in a popup.",
1786 "features": [ 1786 "features": [
1787 "browser_action", 1787 "browser_action",
1788 "tabs" 1788 "tabs"
1789 ], 1789 ],
1790 "icon": "news_icon.png", 1790 "icon": "news_icon.png",
1791 "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f", 1791 "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f",
1792 "name": "News Reader", 1792 "name": "News Reader",
1793 "packaged_app": false, 1793 "packaged_app": false,
1794 "path": "examples/extensions/news_i18n/", 1794 "path": "examples/extensions/news_i18n/",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 "chrome.extension.getURL", 1986 "chrome.extension.getURL",
1987 "chrome.extension.onConnect", 1987 "chrome.extension.onConnect",
1988 "chrome.tabs.create", 1988 "chrome.tabs.create",
1989 "chrome.tabs.executeScript", 1989 "chrome.tabs.executeScript",
1990 "chrome.tabs.get", 1990 "chrome.tabs.get",
1991 "chrome.tabs.remove", 1991 "chrome.tabs.remove",
1992 "chrome.tabs.update", 1992 "chrome.tabs.update",
1993 "chrome.windows.get", 1993 "chrome.windows.get",
1994 "chrome.windows.getCurrent" 1994 "chrome.windows.getCurrent"
1995 ], 1995 ],
1996 "crx_path": null, 1996 "crx_path": "examples/extensions/benchmark.crx",
1997 "description": "Chromium Page Benchmarker.", 1997 "description": "Chromium Page Benchmarker.",
1998 "features": [ 1998 "features": [
1999 "background_page", 1999 "background_page",
2000 "browser_action", 2000 "browser_action",
2001 "options_page", 2001 "options_page",
2002 "tabs" 2002 "tabs"
2003 ], 2003 ],
2004 "icon": null, 2004 "icon": null,
2005 "id": "d74c3c18a1c1dd18b035149105a306f837c8823e", 2005 "id": "d74c3c18a1c1dd18b035149105a306f837c8823e",
2006 "name": "Page Benchmarker", 2006 "name": "Page Benchmarker",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 "name": "Process Monitor", 2159 "name": "Process Monitor",
2160 "packaged_app": false, 2160 "packaged_app": false,
2161 "path": "examples/api/processes/process_monitor/", 2161 "path": "examples/api/processes/process_monitor/",
2162 "protocols": [], 2162 "protocols": [],
2163 "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESO URCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL TABS CHROME.EXP ERIMENTAL.PROCESSES.ONUPDATED CHROME.EXPERIMENTAL.PROCESSES.ONUPDATEDWITHMEMORY CHROME.EXPERIMENTAL.PROCESSES.TERMINATE", 2163 "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESO URCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL TABS CHROME.EXP ERIMENTAL.PROCESSES.ONUPDATED CHROME.EXPERIMENTAL.PROCESSES.ONUPDATEDWITHMEMORY CHROME.EXPERIMENTAL.PROCESSES.TERMINATE",
2164 "source_files": [ 2164 "source_files": [
2165 "manifest.json", 2165 "manifest.json",
2166 "popup.html", 2166 "popup.html",
2167 "popup.js" 2167 "popup.js"
2168 ], 2168 ],
2169 "source_hash": "76ebb097aee877b69bf918f94663a2d8cbd50704", 2169 "source_hash": "a1f5e8b60d07252da4d1a031cb4d48354a50d3f3",
2170 "zip_path": "examples/api/processes/process_monitor.zip" 2170 "zip_path": "examples/api/processes/process_monitor.zip"
2171 }, 2171 },
2172 { 2172 {
2173 "api_calls": [ 2173 "api_calls": [
2174 "chrome.browserAction.setBadgeBackgroundColor", 2174 "chrome.browserAction.setBadgeBackgroundColor",
2175 "chrome.browserAction.setBadgeText", 2175 "chrome.browserAction.setBadgeText",
2176 "chrome.browserAction.setTitle", 2176 "chrome.browserAction.setTitle",
2177 "chrome.extension.isAllowedIncognitoAccess", 2177 "chrome.extension.isAllowedIncognitoAccess",
2178 "chrome.i18n.getMessage", 2178 "chrome.i18n.getMessage",
2179 "chrome.proxy.onProxyError" 2179 "chrome.proxy.onProxyError"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
2319 "chrome.browserAction.setIcon", 2319 "chrome.browserAction.setIcon",
2320 "chrome.extension.getURL", 2320 "chrome.extension.getURL",
2321 "chrome.tabs.create", 2321 "chrome.tabs.create",
2322 "chrome.tabs.executeScript", 2322 "chrome.tabs.executeScript",
2323 "chrome.tts.getVoices", 2323 "chrome.tts.getVoices",
2324 "chrome.tts.speak", 2324 "chrome.tts.speak",
2325 "chrome.tts.stop", 2325 "chrome.tts.stop",
2326 "chrome.windows.get", 2326 "chrome.windows.get",
2327 "chrome.windows.getAll" 2327 "chrome.windows.getAll"
2328 ], 2328 ],
2329 "crx_path": null, 2329 "crx_path": "examples/extensions/speak_selection.crx",
2330 "description": "Speaks the current selection out loud.", 2330 "description": "Speaks the current selection out loud.",
2331 "features": [ 2331 "features": [
2332 "<all_urls>", 2332 "<all_urls>",
2333 "background_page", 2333 "background_page",
2334 "browser_action", 2334 "browser_action",
2335 "options_page", 2335 "options_page",
2336 "tabs", 2336 "tabs",
2337 "tts" 2337 "tts"
2338 ], 2338 ],
2339 "icon": "SpeakSel128.png", 2339 "icon": "SpeakSel128.png",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2469 }, 2469 },
2470 { 2470 {
2471 "api_calls": [ 2471 "api_calls": [
2472 "chrome.browserAction.setIcon", 2472 "chrome.browserAction.setIcon",
2473 "chrome.extension.connect", 2473 "chrome.extension.connect",
2474 "chrome.extension.onConnect", 2474 "chrome.extension.onConnect",
2475 "chrome.tts.getVoices", 2475 "chrome.tts.getVoices",
2476 "chrome.tts.speak", 2476 "chrome.tts.speak",
2477 "chrome.tts.stop" 2477 "chrome.tts.stop"
2478 ], 2478 ],
2479 "crx_path": null, 2479 "crx_path": "examples/extensions/talking_alarm_clock.crx",
2480 "description": "A clock with two configurable alarms that will play a soun d and speak a phrase of your choice.", 2480 "description": "A clock with two configurable alarms that will play a soun d and speak a phrase of your choice.",
2481 "features": [ 2481 "features": [
2482 "background", 2482 "background",
2483 "background_page", 2483 "background_page",
2484 "browser_action", 2484 "browser_action",
2485 "tts" 2485 "tts"
2486 ], 2486 ],
2487 "icon": "clock-128.png", 2487 "icon": "clock-128.png",
2488 "id": "04f5d2ddea95746b0200be1ea223ccb7a748a771", 2488 "id": "04f5d2ddea95746b0200be1ea223ccb7a748a771",
2489 "name": "Talking Alarm Clock", 2489 "name": "Talking Alarm Clock",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2568 ], 2568 ],
2569 "source_hash": "683f9b121326abe7053ea011b27dbd03f5b7b9d7", 2569 "source_hash": "683f9b121326abe7053ea011b27dbd03f5b7b9d7",
2570 "zip_path": "examples/api/permissions/extension-questions.zip" 2570 "zip_path": "examples/api/permissions/extension-questions.zip"
2571 }, 2571 },
2572 { 2572 {
2573 "api_calls": [ 2573 "api_calls": [
2574 "chrome.tts.getVoices", 2574 "chrome.tts.getVoices",
2575 "chrome.tts.speak", 2575 "chrome.tts.speak",
2576 "chrome.tts.stop" 2576 "chrome.tts.stop"
2577 ], 2577 ],
2578 "crx_path": null, 2578 "crx_path": "examples/extensions/ttsdebug.crx",
2579 "description": "Tool for developers of Chrome TTS engine extensions to hel p them test their engines are implementing the API correctly.", 2579 "description": "Tool for developers of Chrome TTS engine extensions to hel p them test their engines are implementing the API correctly.",
2580 "features": [ 2580 "features": [
2581 "tts" 2581 "tts"
2582 ], 2582 ],
2583 "icon": "128.png", 2583 "icon": "128.png",
2584 "id": "1d192cce77438e1a90383a6a3a6b28f29961ffa4", 2584 "id": "1d192cce77438e1a90383a6a3a6b28f29961ffa4",
2585 "name": "TTS Debug", 2585 "name": "TTS Debug",
2586 "packaged_app": true, 2586 "packaged_app": true,
2587 "path": "examples/extensions/ttsdebug/", 2587 "path": "examples/extensions/ttsdebug/",
2588 "protocols": [], 2588 "protocols": [],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2710 "source_files": [ 2710 "source_files": [
2711 "manifest.json", 2711 "manifest.json",
2712 "popup.html", 2712 "popup.html",
2713 "popup.js", 2713 "popup.js",
2714 "sample.css" 2714 "sample.css"
2715 ], 2715 ],
2716 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2716 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2717 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2717 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2718 } 2718 }
2719 ] 2719 ]
2720 } 2720 }
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