OLD | NEW |
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.getTree": "bookmarks.html#method-getTree", | 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", |
9 "chrome.bookmarks.import": "bookmarks.html#method-import", | 9 "chrome.bookmarks.import": "bookmarks.html#method-import", |
10 "chrome.bookmarks.move": "bookmarks.html#method-move", | 10 "chrome.bookmarks.move": "bookmarks.html#method-move", |
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 "search_string": "EXTENSION DOCS SEARCH SEARCH THE CHROME EXTENSIONS DOCUM
ENTATION. TO USE, TYPE CRDOC PLUS A SEARCH TERM INTO THE OMNIBOX. BACKGROUND_PA
GE EXPERIMENTAL TABS CHROME.EXPERIMENTAL.OMNIBOX.ONINPUTCHANGED CHROME.EXPERIMEN
TAL.OMNIBOX.ONINPUTENTERED CHROME.EXPERIMENTAL.OMNIBOX.STYLEMATCH CHROME.TABS.CR
EATE CHROME.TABS.GET CHROME.TABS.ONREMOVED CHROME.TABS.UPDATE", | 605 "search_string": "EXTENSION DOCS SEARCH SEARCH THE CHROME EXTENSIONS DOCUM
ENTATION. TO USE, TYPE CRDOC PLUS A SEARCH TERM INTO THE OMNIBOX. BACKGROUND_PA
GE EXPERIMENTAL TABS CHROME.EXPERIMENTAL.OMNIBOX.ONINPUTCHANGED CHROME.EXPERIMEN
TAL.OMNIBOX.ONINPUTENTERED CHROME.EXPERIMENTAL.OMNIBOX.STYLEMATCH CHROME.TABS.CR
EATE CHROME.TABS.GET CHROME.TABS.ONREMOVED CHROME.TABS.UPDATE", |
606 "source_files": [ | 606 "source_files": [ |
607 "background.html", | 607 "background.html", |
608 "manifest.json" | 608 "manifest.json" |
609 ], | 609 ], |
610 "source_hash": "f028053c9ad9a4e49f813945d3065ec2f52e5fff", | 610 "source_hash": "f028053c9ad9a4e49f813945d3065ec2f52e5fff", |
611 "zip_path": "examples/api/omnibox/extension-docs.zip" | 611 "zip_path": "examples/api/omnibox/extension-docs.zip" |
612 }, | 612 }, |
613 { | 613 { |
614 "api_calls": [ | 614 "api_calls": [ |
| 615 "chrome.browserAction.onClicked", |
| 616 "chrome.browserAction.setBadgeBackgroundColor", |
| 617 "chrome.browserAction.setBadgeText", |
| 618 "chrome.browserAction.setIcon", |
| 619 "chrome.browserAction.setTitle", |
| 620 "chrome.extension.getBackgroundPage", |
| 621 "chrome.extension.onRequest", |
| 622 "chrome.extension.sendRequest", |
| 623 "chrome.i18n.getMessage", |
| 624 "chrome.tabs.create", |
| 625 "chrome.tabs.get", |
| 626 "chrome.tabs.getAllInWindow", |
| 627 "chrome.tabs.onUpdated", |
| 628 "chrome.tabs.update" |
| 629 ], |
| 630 "description": "Quickly see the time until your next meeting from any of y
our calendars. Click on the button to be taken to your calendar.", |
| 631 "features": [ |
| 632 "background_page", |
| 633 "browser_action", |
| 634 "options_page", |
| 635 "tabs" |
| 636 ], |
| 637 "icon": "images/icon-128.gif", |
| 638 "id": "8b0dd31216235941bdd8eb33fda915ef5cf79a82", |
| 639 "name": "Google Calendar Checker (by Google)", |
| 640 "path": "examples/extensions/calendar/", |
| 641 "protocols": [ |
| 642 "http://", |
| 643 "https://" |
| 644 ], |
| 645 "search_string": "GOOGLE CALENDAR CHECKER (BY GOOGLE) QUICKLY SEE THE TIME
UNTIL YOUR NEXT MEETING FROM ANY OF YOUR CALENDARS. CLICK ON THE BUTTON TO BE T
AKEN TO YOUR CALENDAR. BACKGROUND_PAGE BROWSER_ACTION OPTIONS_PAGE TABS CHROME.B
ROWSERACTION.ONCLICKED CHROME.BROWSERACTION.SETBADGEBACKGROUNDCOLOR CHROME.BROWS
ERACTION.SETBADGETEXT CHROME.BROWSERACTION.SETICON CHROME.BROWSERACTION.SETTITLE
CHROME.EXTENSION.GETBACKGROUNDPAGE CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.
SENDREQUEST CHROME.I18N.GETMESSAGE CHROME.TABS.CREATE CHROME.TABS.GET CHROME.TAB
S.GETALLINWINDOW CHROME.TABS.ONUPDATED CHROME.TABS.UPDATE", |
| 646 "source_files": [ |
| 647 "_locales/en/messages.json", |
| 648 "javascript/background.js", |
| 649 "javascript/options.js", |
| 650 "javascript/util.js", |
| 651 "manifest.json", |
| 652 "views/background.html", |
| 653 "views/options.html" |
| 654 ], |
| 655 "source_hash": "3d9782a3e8315bbbca36c63297db2c8926df4521", |
| 656 "zip_path": "examples/extensions/calendar.zip" |
| 657 }, |
| 658 { |
| 659 "api_calls": [ |
615 "chrome.browserAction.setBadgeText", | 660 "chrome.browserAction.setBadgeText", |
616 "chrome.extension.getBackgroundPage", | 661 "chrome.extension.getBackgroundPage", |
617 "chrome.extension.getURL", | 662 "chrome.extension.getURL", |
618 "chrome.tabs.create", | 663 "chrome.tabs.create", |
619 "chrome.tabs.get", | 664 "chrome.tabs.get", |
620 "chrome.tabs.getSelected", | 665 "chrome.tabs.getSelected", |
621 "chrome.tabs.onUpdated", | 666 "chrome.tabs.onUpdated", |
622 "chrome.tabs.remove" | 667 "chrome.tabs.remove" |
623 ], | 668 ], |
624 "description": "Demonstrates how to use OAuth to connect the Google Docume
nts List Data API.", | 669 "description": "Demonstrates how to use OAuth to connect the Google Docume
nts List Data API.", |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 ], | 910 ], |
866 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA
BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH
ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE", | 911 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA
BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH
ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE", |
867 "source_files": [ | 912 "source_files": [ |
868 "background.html", | 913 "background.html", |
869 "imageinfo/binaryajax.js", | 914 "imageinfo/binaryajax.js", |
870 "imageinfo/exif.js", | 915 "imageinfo/exif.js", |
871 "imageinfo/imageinfo.js", | 916 "imageinfo/imageinfo.js", |
872 "info.html", | 917 "info.html", |
873 "manifest.json" | 918 "manifest.json" |
874 ], | 919 ], |
875 "source_hash": "672f49ed8edbe0829c7ba5a1d890b4440b157991", | 920 "source_hash": "c746d9114348f4b414c1ec05e988e2807feb963a", |
876 "zip_path": "examples/extensions/imageinfo.zip" | 921 "zip_path": "examples/extensions/imageinfo.zip" |
877 }, | 922 }, |
878 { | 923 { |
879 "api_calls": [ | 924 "api_calls": [ |
880 "chrome.extension.getBackgroundPage", | 925 "chrome.extension.getBackgroundPage", |
881 "chrome.extension.onRequest", | 926 "chrome.extension.onRequest", |
882 "chrome.pageAction.hide", | 927 "chrome.pageAction.hide", |
883 "chrome.pageAction.setTitle", | 928 "chrome.pageAction.setTitle", |
884 "chrome.pageAction.show", | 929 "chrome.pageAction.show", |
885 "chrome.tabs.get", | 930 "chrome.tabs.get", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1003 "api_calls": [ | 1048 "api_calls": [ |
1004 "chrome.tabs.create" | 1049 "chrome.tabs.create" |
1005 ], | 1050 ], |
1006 "description": "Displays the first 5 items from the 'Google News - top new
s' RSS feed in a popup.", | 1051 "description": "Displays the first 5 items from the 'Google News - top new
s' RSS feed in a popup.", |
1007 "features": [ | 1052 "features": [ |
1008 "browser_action", | 1053 "browser_action", |
1009 "popup", | 1054 "popup", |
1010 "tabs" | 1055 "tabs" |
1011 ], | 1056 ], |
1012 "icon": "news_icon.png", | 1057 "icon": "news_icon.png", |
1013 "id": "3aea027164cb9b732ba4a8c51cb93708891726ef", | 1058 "id": "597015d3bcce3da693b02314afd607bec4f55291", |
1014 "name": "News Reader", | 1059 "name": "News Reader", |
1015 "path": "examples/extensions/news/", | 1060 "path": "examples/extensions/news_a11y/", |
1016 "protocols": [ | 1061 "protocols": [ |
1017 "http://" | 1062 "http://" |
1018 ], | 1063 ], |
1019 "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE N
EWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.TABS.CREATE
", | 1064 "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE N
EWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.TABS.CREATE
", |
1020 "source_files": [ | 1065 "source_files": [ |
1021 "feed.html", | 1066 "feed.html", |
1022 "manifest.json" | 1067 "manifest.json" |
1023 ], | 1068 ], |
1024 "source_hash": "a813691c130f873f94db92069dad36747b60d910", | 1069 "source_hash": "af7474bf0d3ef1a407f27ae0900167a1408ead35", |
1025 "zip_path": "examples/extensions/news.zip" | 1070 "zip_path": "examples/extensions/news_a11y.zip" |
1026 }, | 1071 }, |
1027 { | 1072 { |
1028 "api_calls": [ | 1073 "api_calls": [ |
| 1074 "chrome.i18n.getMessage", |
1029 "chrome.tabs.create" | 1075 "chrome.tabs.create" |
1030 ], | 1076 ], |
1031 "description": "Displays the first 5 items from the 'Google News - top new
s' RSS feed in a popup.", | 1077 "description": "Displays the first 5 items from the 'Google News - top new
s' RSS feed in a popup.", |
1032 "features": [ | 1078 "features": [ |
1033 "browser_action", | 1079 "browser_action", |
1034 "popup", | 1080 "popup", |
1035 "tabs" | 1081 "tabs" |
1036 ], | 1082 ], |
1037 "icon": "news_icon.png", | 1083 "icon": "news_icon.png", |
1038 "id": "597015d3bcce3da693b02314afd607bec4f55291", | |
1039 "name": "News Reader", | |
1040 "path": "examples/extensions/news_a11y/", | |
1041 "protocols": [ | |
1042 "http://" | |
1043 ], | |
1044 "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE N
EWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.TABS.CREATE
", | |
1045 "source_files": [ | |
1046 "feed.html", | |
1047 "manifest.json" | |
1048 ], | |
1049 "source_hash": "af7474bf0d3ef1a407f27ae0900167a1408ead35", | |
1050 "zip_path": "examples/extensions/news_a11y.zip" | |
1051 }, | |
1052 { | |
1053 "api_calls": [ | |
1054 "chrome.i18n.getMessage", | |
1055 "chrome.tabs.create" | |
1056 ], | |
1057 "description": "Displays the first 5 items from the 'Google News - top new
s' RSS feed in a popup.", | |
1058 "features": [ | |
1059 "browser_action", | |
1060 "popup", | |
1061 "tabs" | |
1062 ], | |
1063 "icon": "news_icon.png", | |
1064 "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f", | 1084 "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f", |
1065 "name": "News Reader", | 1085 "name": "News Reader", |
1066 "path": "examples/extensions/news_i18n/", | 1086 "path": "examples/extensions/news_i18n/", |
1067 "protocols": [ | 1087 "protocols": [ |
1068 "http://", | 1088 "http://", |
1069 "http://" | 1089 "http://" |
1070 ], | 1090 ], |
1071 "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE N
EWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.I18N.GETMES
SAGE CHROME.TABS.CREATE", | 1091 "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE N
EWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.I18N.GETMES
SAGE CHROME.TABS.CREATE", |
1072 "source_files": [ | 1092 "source_files": [ |
1073 "_locales/en/messages.json", | 1093 "_locales/en/messages.json", |
1074 "_locales/es/messages.json", | 1094 "_locales/es/messages.json", |
1075 "_locales/sr/messages.json", | 1095 "_locales/sr/messages.json", |
1076 "feed.html", | 1096 "feed.html", |
1077 "manifest.json" | 1097 "manifest.json" |
1078 ], | 1098 ], |
1079 "source_hash": "381268f1183beaeba8d6596e736dc2c00a55fd21", | 1099 "source_hash": "381268f1183beaeba8d6596e736dc2c00a55fd21", |
1080 "zip_path": "examples/extensions/news_i18n.zip" | 1100 "zip_path": "examples/extensions/news_i18n.zip" |
1081 }, | 1101 }, |
1082 { | 1102 { |
1083 "api_calls": [ | 1103 "api_calls": [ |
| 1104 "chrome.extension.getURL", |
| 1105 "chrome.i18n.getMessage", |
| 1106 "chrome.tabs.create" |
| 1107 ], |
| 1108 "description": "Displays the latest stories from Google News in a popup.",
|
| 1109 "features": [ |
| 1110 "background_page", |
| 1111 "browser_action", |
| 1112 "options_page", |
| 1113 "popup", |
| 1114 "tabs" |
| 1115 ], |
| 1116 "icon": "images/news_icon.png", |
| 1117 "id": "3aea027164cb9b732ba4a8c51cb93708891726ef", |
| 1118 "name": "News Reader (by Google)", |
| 1119 "path": "examples/extensions/news/", |
| 1120 "protocols": [ |
| 1121 "http://" |
| 1122 ], |
| 1123 "search_string": "NEWS READER (BY GOOGLE) DISPLAYS THE LATEST STORIES FROM
GOOGLE NEWS IN A POPUP. BACKGROUND_PAGE BROWSER_ACTION OPTIONS_PAGE POPUP TABS
CHROME.EXTENSION.GETURL CHROME.I18N.GETMESSAGE CHROME.TABS.CREATE", |
| 1124 "source_files": [ |
| 1125 "_locales/en/messages.json", |
| 1126 "css/feed.css", |
| 1127 "css/options.css", |
| 1128 "javascript/feed.js", |
| 1129 "javascript/options.js", |
| 1130 "javascript/util.js", |
| 1131 "manifest.json", |
| 1132 "views/background.html", |
| 1133 "views/feed.html", |
| 1134 "views/options.html" |
| 1135 ], |
| 1136 "source_hash": "cc21920e101dd4d4c535f4842e3f0ab4be285166", |
| 1137 "zip_path": "examples/extensions/news.zip" |
| 1138 }, |
| 1139 { |
| 1140 "api_calls": [ |
1084 "chrome.tabs.create" | 1141 "chrome.tabs.create" |
1085 ], | 1142 ], |
1086 "description": "Shows off desktop notifications, which are \"toast\" windo
ws that pop up on the desktop.", | 1143 "description": "Shows off desktop notifications, which are \"toast\" windo
ws that pop up on the desktop.", |
1087 "features": [ | 1144 "features": [ |
1088 "background_page", | 1145 "background_page", |
1089 "notifications", | 1146 "notifications", |
1090 "options_page", | 1147 "options_page", |
1091 "tabs" | 1148 "tabs" |
1092 ], | 1149 ], |
1093 "icon": "128.png", | 1150 "icon": "128.png", |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1486 "source_files": [ | 1543 "source_files": [ |
1487 "manifest.json", | 1544 "manifest.json", |
1488 "typedUrls.html", | 1545 "typedUrls.html", |
1489 "typedUrls.js" | 1546 "typedUrls.js" |
1490 ], | 1547 ], |
1491 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2", | 1548 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2", |
1492 "zip_path": "examples/api/history/showHistory.zip" | 1549 "zip_path": "examples/api/history/showHistory.zip" |
1493 } | 1550 } |
1494 ] | 1551 ] |
1495 } | 1552 } |
OLD | NEW |