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

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

Issue 9667009: CommandLine Page Cycler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Replaced now-private BrowserList::GetLastActive() 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
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": "examples/extensions/catblock.crx", 701 "crx_path": null,
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": "examples/extensions/buildbot.crx", 800 "crx_path": null,
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 "protocols": [], 880 "protocols": [],
881 "search_string": "CLD DISPLAYS THE LANGUAGE OF A TAB BACKGROUND_PAGE BROWS ER_ACTION TABS CHROME.BROWSERACTION.SETBADGETEXT CHROME.TABS.DETECTLANGUAGE CHRO ME.TABS.GET CHROME.TABS.ONUPDATED", 881 "search_string": "CLD DISPLAYS THE LANGUAGE OF A TAB BACKGROUND_PAGE BROWS ER_ACTION TABS CHROME.BROWSERACTION.SETBADGETEXT CHROME.TABS.DETECTLANGUAGE CHRO ME.TABS.GET CHROME.TABS.ONUPDATED",
882 "source_files": [ 882 "source_files": [
883 "background.js", 883 "background.js",
884 "manifest.json" 884 "manifest.json"
885 ], 885 ],
886 "source_hash": "ca3ac66fbffe38050b6d8e0d7ce32c9a89940ee7", 886 "source_hash": "ca3ac66fbffe38050b6d8e0d7ce32c9a89940ee7",
887 "zip_path": "examples/api/i18n/cld.zip" 887 "zip_path": "examples/api/i18n/cld.zip"
888 }, 888 },
889 { 889 {
890 "api_calls": [
891 "chrome.extension.getViews",
892 "chrome.ttsEngine.onSpeak",
893 "chrome.ttsEngine.onStop",
894 "chrome.windows.create",
895 "chrome.windows.get",
896 "chrome.windows.getCurrent",
897 "chrome.windows.onRemoved"
898 ],
899 "crx_path": null,
900 "description": "A \"silent\" TTS engine that prints text to a small window rather than synthesizing speech.",
901 "features": [
902 "background_page",
903 "tabs",
904 "ttsEngine"
905 ],
906 "icon": null,
907 "id": "1a146c028f79982bdc28497ab263dd2f263aa735",
908 "name": "Console TTS Engine",
909 "packaged_app": false,
910 "path": "examples/api/ttsEngine/console_tts_engine/",
911 "protocols": [],
912 "search_string": "CONSOLE TTS ENGINE A SILENT TTS ENGINE THAT PRINTS TEXT TO A SMALL WINDOW RATHER THAN SYNTHESIZING SPEECH. BACKGROUND_PAGE TABS TTSENGIN E CHROME.EXTENSION.GETVIEWS CHROME.TTSENGINE.ONSPEAK CHROME.TTSENGINE.ONSTOP CHR OME.WINDOWS.CREATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETCURRENT CHROME.WINDOWS.O NREMOVED",
913 "source_files": [
914 "console_tts_engine.html",
915 "console_tts_engine.js",
916 "manifest.json"
917 ],
918 "source_hash": "d4d2c72ed1aba603d76c8efec51571020b09fd3d",
919 "zip_path": "examples/api/ttsEngine/console_tts_engine.zip"
920 },
921 {
890 "api_calls": [], 922 "api_calls": [],
891 "crx_path": null, 923 "crx_path": null,
892 "description": "Demonstrates making cross domain requests from a content s cript by putting Twitter trends on Google News.", 924 "description": "Demonstrates making cross domain requests from a content s cript by putting Twitter trends on Google News.",
893 "features": [], 925 "features": [],
894 "icon": "sample-128.png", 926 "icon": "sample-128.png",
895 "id": "6871d09f4a96bf9d4b6cc724d00e909cee0f3902", 927 "id": "6871d09f4a96bf9d4b6cc724d00e909cee0f3902",
896 "name": "Content Script Cross-Domain XMLHttpRequest Example", 928 "name": "Content Script Cross-Domain XMLHttpRequest Example",
897 "packaged_app": false, 929 "packaged_app": false,
898 "path": "examples/howto/contentscript_xhr/", 930 "path": "examples/howto/contentscript_xhr/",
899 "protocols": [ 931 "protocols": [
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 { 1318 {
1287 "api_calls": [ 1319 "api_calls": [
1288 "chrome.browserAction.setBadgeText", 1320 "chrome.browserAction.setBadgeText",
1289 "chrome.extension.getBackgroundPage", 1321 "chrome.extension.getBackgroundPage",
1290 "chrome.extension.getURL", 1322 "chrome.extension.getURL",
1291 "chrome.tabs.create", 1323 "chrome.tabs.create",
1292 "chrome.tabs.get", 1324 "chrome.tabs.get",
1293 "chrome.tabs.onUpdated", 1325 "chrome.tabs.onUpdated",
1294 "chrome.tabs.remove" 1326 "chrome.tabs.remove"
1295 ], 1327 ],
1296 "crx_path": "examples/extensions/gdocs.crx", 1328 "crx_path": null,
1297 "description": "Demonstrates how to use OAuth to connect the Google Docume nts List Data API.", 1329 "description": "Demonstrates how to use OAuth to connect the Google Docume nts List Data API.",
1298 "features": [ 1330 "features": [
1299 "background_page", 1331 "background_page",
1300 "browser_action", 1332 "browser_action",
1301 "options_page", 1333 "options_page",
1302 "tabs" 1334 "tabs"
1303 ], 1335 ],
1304 "icon": "img/docs_spreadsheets-128.gif", 1336 "icon": "img/docs_spreadsheets-128.gif",
1305 "id": "4e35caa9742fb82dbd628892d23a781614f6eff6", 1337 "id": "4e35caa9742fb82dbd628892d23a781614f6eff6",
1306 "name": "Google Document List Viewer", 1338 "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" 1517 "zip_path": "examples/api/override/override_igoogle.zip"
1486 }, 1518 },
1487 { 1519 {
1488 "api_calls": [ 1520 "api_calls": [
1489 "chrome.contextMenus.create", 1521 "chrome.contextMenus.create",
1490 "chrome.tabs.get", 1522 "chrome.tabs.get",
1491 "chrome.tabs.getCurrent", 1523 "chrome.tabs.getCurrent",
1492 "chrome.windows.create", 1524 "chrome.windows.create",
1493 "chrome.windows.update" 1525 "chrome.windows.update"
1494 ], 1526 ],
1495 "crx_path": "examples/extensions/imageinfo.crx", 1527 "crx_path": null,
1496 "description": "Get image info for images, including EXIF data", 1528 "description": "Get image info for images, including EXIF data",
1497 "features": [ 1529 "features": [
1498 "background_page", 1530 "background_page",
1499 "contextMenus", 1531 "contextMenus",
1500 "tabs" 1532 "tabs"
1501 ], 1533 ],
1502 "icon": "imageinfo-128.png", 1534 "icon": "imageinfo-128.png",
1503 "id": "646325c25f572a1d15edc73d057f821d847a4fbe", 1535 "id": "646325c25f572a1d15edc73d057f821d847a4fbe",
1504 "name": "Imageinfo", 1536 "name": "Imageinfo",
1505 "packaged_app": false, 1537 "packaged_app": false,
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 }, 1654 },
1623 { 1655 {
1624 "api_calls": [ 1656 "api_calls": [
1625 "chrome.extension.getBackgroundPage", 1657 "chrome.extension.getBackgroundPage",
1626 "chrome.pageAction.hide", 1658 "chrome.pageAction.hide",
1627 "chrome.pageAction.setTitle", 1659 "chrome.pageAction.setTitle",
1628 "chrome.pageAction.show", 1660 "chrome.pageAction.show",
1629 "chrome.tabs.get", 1661 "chrome.tabs.get",
1630 "chrome.tabs.onUpdated" 1662 "chrome.tabs.onUpdated"
1631 ], 1663 ],
1632 "crx_path": "examples/extensions/mappy.crx", 1664 "crx_path": null,
1633 "description": "Finds addresses in the web page you're on and pops up a ma p window.", 1665 "description": "Finds addresses in the web page you're on and pops up a ma p window.",
1634 "features": [ 1666 "features": [
1635 "background_page", 1667 "background_page",
1636 "page_action", 1668 "page_action",
1637 "tabs" 1669 "tabs"
1638 ], 1670 ],
1639 "icon": "icon.png", 1671 "icon": "icon.png",
1640 "id": "ec97ec20ca2f095d081e39f1565fc12af09ef067", 1672 "id": "ec97ec20ca2f095d081e39f1565fc12af09ef067",
1641 "name": "Mappy", 1673 "name": "Mappy",
1642 "packaged_app": false, 1674 "packaged_app": false,
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 "manifest.json" 1806 "manifest.json"
1775 ], 1807 ],
1776 "source_hash": "f75bfa2711f6840a129496e7906d6c7aa9d5a1a0", 1808 "source_hash": "f75bfa2711f6840a129496e7906d6c7aa9d5a1a0",
1777 "zip_path": "examples/extensions/news_a11y.zip" 1809 "zip_path": "examples/extensions/news_a11y.zip"
1778 }, 1810 },
1779 { 1811 {
1780 "api_calls": [ 1812 "api_calls": [
1781 "chrome.i18n.getMessage", 1813 "chrome.i18n.getMessage",
1782 "chrome.tabs.create" 1814 "chrome.tabs.create"
1783 ], 1815 ],
1784 "crx_path": "examples/extensions/news_i18n.crx", 1816 "crx_path": null,
1785 "description": "Displays the first 5 items from the 'Google News - top new s' RSS feed in a popup.", 1817 "description": "Displays the first 5 items from the 'Google News - top new s' RSS feed in a popup.",
1786 "features": [ 1818 "features": [
1787 "browser_action", 1819 "browser_action",
1788 "tabs" 1820 "tabs"
1789 ], 1821 ],
1790 "icon": "news_icon.png", 1822 "icon": "news_icon.png",
1791 "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f", 1823 "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f",
1792 "name": "News Reader", 1824 "name": "News Reader",
1793 "packaged_app": false, 1825 "packaged_app": false,
1794 "path": "examples/extensions/news_i18n/", 1826 "path": "examples/extensions/news_i18n/",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 "chrome.extension.getURL", 2018 "chrome.extension.getURL",
1987 "chrome.extension.onConnect", 2019 "chrome.extension.onConnect",
1988 "chrome.tabs.create", 2020 "chrome.tabs.create",
1989 "chrome.tabs.executeScript", 2021 "chrome.tabs.executeScript",
1990 "chrome.tabs.get", 2022 "chrome.tabs.get",
1991 "chrome.tabs.remove", 2023 "chrome.tabs.remove",
1992 "chrome.tabs.update", 2024 "chrome.tabs.update",
1993 "chrome.windows.get", 2025 "chrome.windows.get",
1994 "chrome.windows.getCurrent" 2026 "chrome.windows.getCurrent"
1995 ], 2027 ],
1996 "crx_path": "examples/extensions/benchmark.crx", 2028 "crx_path": null,
1997 "description": "Chromium Page Benchmarker.", 2029 "description": "Chromium Page Benchmarker.",
1998 "features": [ 2030 "features": [
1999 "background_page", 2031 "background_page",
2000 "browser_action", 2032 "browser_action",
2001 "options_page", 2033 "options_page",
2002 "tabs" 2034 "tabs"
2003 ], 2035 ],
2004 "icon": null, 2036 "icon": null,
2005 "id": "d74c3c18a1c1dd18b035149105a306f837c8823e", 2037 "id": "d74c3c18a1c1dd18b035149105a306f837c8823e",
2006 "name": "Page Benchmarker", 2038 "name": "Page Benchmarker",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 "id": "579b7b1b54553eb5f2e8e7d2bf21bd61c855952e", 2080 "id": "579b7b1b54553eb5f2e8e7d2bf21bd61c855952e",
2049 "name": "Page Cycler", 2081 "name": "Page Cycler",
2050 "packaged_app": true, 2082 "packaged_app": true,
2051 "path": "examples/api/record/page_cycler/", 2083 "path": "examples/api/record/page_cycler/",
2052 "protocols": [], 2084 "protocols": [],
2053 "search_string": "PAGE CYCLER PAGE CYCLER UI EXPERIMENTAL CHROME.EXPERIMEN TAL.RECORD.CAPTUREURLS CHROME.EXPERIMENTAL.RECORD.REPLAYURLS", 2085 "search_string": "PAGE CYCLER PAGE CYCLER UI EXPERIMENTAL CHROME.EXPERIMEN TAL.RECORD.CAPTUREURLS CHROME.EXPERIMENTAL.RECORD.REPLAYURLS",
2054 "source_files": [ 2086 "source_files": [
2055 "manifest.json", 2087 "manifest.json",
2056 "page_cycler.css", 2088 "page_cycler.css",
2057 "page_cycler.html", 2089 "page_cycler.html",
2058 "page_cycler.js" 2090 "page_cycler.js",
2091 "ui_page_cycler.js"
2059 ], 2092 ],
2060 "source_hash": "1c84857b5a433f4907dfd44a3d1032da3fce33cb", 2093 "source_hash": "959ddab802b06128d041e2aa4d2437f005e81c4d",
2061 "zip_path": "examples/api/record/page_cycler.zip" 2094 "zip_path": "examples/api/record/page_cycler.zip"
2062 }, 2095 },
2063 { 2096 {
2064 "api_calls": [ 2097 "api_calls": [
2065 "chrome.i18n.getMessage" 2098 "chrome.i18n.getMessage"
2066 ], 2099 ],
2067 "crx_path": null, 2100 "crx_path": null,
2068 "description": "Customize your content setting for different plug-ins.", 2101 "description": "Customize your content setting for different plug-ins.",
2069 "features": [ 2102 "features": [
2070 "contentSettings", 2103 "contentSettings",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
2319 "chrome.browserAction.setIcon", 2352 "chrome.browserAction.setIcon",
2320 "chrome.extension.getURL", 2353 "chrome.extension.getURL",
2321 "chrome.tabs.create", 2354 "chrome.tabs.create",
2322 "chrome.tabs.executeScript", 2355 "chrome.tabs.executeScript",
2323 "chrome.tts.getVoices", 2356 "chrome.tts.getVoices",
2324 "chrome.tts.speak", 2357 "chrome.tts.speak",
2325 "chrome.tts.stop", 2358 "chrome.tts.stop",
2326 "chrome.windows.get", 2359 "chrome.windows.get",
2327 "chrome.windows.getAll" 2360 "chrome.windows.getAll"
2328 ], 2361 ],
2329 "crx_path": "examples/extensions/speak_selection.crx", 2362 "crx_path": null,
2330 "description": "Speaks the current selection out loud.", 2363 "description": "Speaks the current selection out loud.",
2331 "features": [ 2364 "features": [
2332 "<all_urls>", 2365 "<all_urls>",
2333 "background_page", 2366 "background_page",
2334 "browser_action", 2367 "browser_action",
2335 "options_page", 2368 "options_page",
2336 "tabs", 2369 "tabs",
2337 "tts" 2370 "tts"
2338 ], 2371 ],
2339 "icon": "SpeakSel128.png", 2372 "icon": "SpeakSel128.png",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2469 }, 2502 },
2470 { 2503 {
2471 "api_calls": [ 2504 "api_calls": [
2472 "chrome.browserAction.setIcon", 2505 "chrome.browserAction.setIcon",
2473 "chrome.extension.connect", 2506 "chrome.extension.connect",
2474 "chrome.extension.onConnect", 2507 "chrome.extension.onConnect",
2475 "chrome.tts.getVoices", 2508 "chrome.tts.getVoices",
2476 "chrome.tts.speak", 2509 "chrome.tts.speak",
2477 "chrome.tts.stop" 2510 "chrome.tts.stop"
2478 ], 2511 ],
2479 "crx_path": "examples/extensions/talking_alarm_clock.crx", 2512 "crx_path": null,
2480 "description": "A clock with two configurable alarms that will play a soun d and speak a phrase of your choice.", 2513 "description": "A clock with two configurable alarms that will play a soun d and speak a phrase of your choice.",
2481 "features": [ 2514 "features": [
2482 "background", 2515 "background",
2483 "background_page", 2516 "background_page",
2484 "browser_action", 2517 "browser_action",
2485 "tts" 2518 "tts"
2486 ], 2519 ],
2487 "icon": "clock-128.png", 2520 "icon": "clock-128.png",
2488 "id": "04f5d2ddea95746b0200be1ea223ccb7a748a771", 2521 "id": "04f5d2ddea95746b0200be1ea223ccb7a748a771",
2489 "name": "Talking Alarm Clock", 2522 "name": "Talking Alarm Clock",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2568 ], 2601 ],
2569 "source_hash": "683f9b121326abe7053ea011b27dbd03f5b7b9d7", 2602 "source_hash": "683f9b121326abe7053ea011b27dbd03f5b7b9d7",
2570 "zip_path": "examples/api/permissions/extension-questions.zip" 2603 "zip_path": "examples/api/permissions/extension-questions.zip"
2571 }, 2604 },
2572 { 2605 {
2573 "api_calls": [ 2606 "api_calls": [
2574 "chrome.tts.getVoices", 2607 "chrome.tts.getVoices",
2575 "chrome.tts.speak", 2608 "chrome.tts.speak",
2576 "chrome.tts.stop" 2609 "chrome.tts.stop"
2577 ], 2610 ],
2578 "crx_path": "examples/extensions/ttsdebug.crx", 2611 "crx_path": null,
2579 "description": "Tool for developers of Chrome TTS engine extensions to hel p them test their engines are implementing the API correctly.", 2612 "description": "Tool for developers of Chrome TTS engine extensions to hel p them test their engines are implementing the API correctly.",
2580 "features": [ 2613 "features": [
2581 "tts" 2614 "tts"
2582 ], 2615 ],
2583 "icon": "128.png", 2616 "icon": "128.png",
2584 "id": "1d192cce77438e1a90383a6a3a6b28f29961ffa4", 2617 "id": "1d192cce77438e1a90383a6a3a6b28f29961ffa4",
2585 "name": "TTS Debug", 2618 "name": "TTS Debug",
2586 "packaged_app": true, 2619 "packaged_app": true,
2587 "path": "examples/extensions/ttsdebug/", 2620 "path": "examples/extensions/ttsdebug/",
2588 "protocols": [], 2621 "protocols": [],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2711 "manifest.json", 2744 "manifest.json",
2712 "popup.html", 2745 "popup.html",
2713 "popup.js", 2746 "popup.js",
2714 "sample.css" 2747 "sample.css"
2715 ], 2748 ],
2716 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2749 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2717 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2750 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2718 } 2751 }
2719 ] 2752 ]
2720 } 2753 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698