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.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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 "path": "examples\/extensions\/email_this_page\/", | 848 "path": "examples\/extensions\/email_this_page\/", |
849 "protocols": [ | 849 "protocols": [ |
850 "http:\/\/", | 850 "http:\/\/", |
851 "https:\/\/" | 851 "https:\/\/" |
852 ], | 852 ], |
853 "search_string": "EMAIL THIS PAGE (BY GOOGLE) THIS EXTENSION ADDS AN EMAIL
BUTTON TO THE TOOLBAR WHICH ALLOWS YOU TO EMAIL THE PAGE LINK USING YOUR DEFAUL
T MAIL CLIENT OR GMAIL. BACKGROUND_PAGE BROWSER_ACTION OPTIONS_PAGE TABS CHROME.
BROWSERACTION.ONCLICKED CHROME.EXTENSION.CONNECT CHROME.EXTENSION.ONCONNECT CHRO
ME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.UPDATE", | 853 "search_string": "EMAIL THIS PAGE (BY GOOGLE) THIS EXTENSION ADDS AN EMAIL
BUTTON TO THE TOOLBAR WHICH ALLOWS YOU TO EMAIL THE PAGE LINK USING YOUR DEFAUL
T MAIL CLIENT OR GMAIL. BACKGROUND_PAGE BROWSER_ACTION OPTIONS_PAGE TABS CHROME.
BROWSERACTION.ONCLICKED CHROME.EXTENSION.CONNECT CHROME.EXTENSION.ONCONNECT CHRO
ME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.UPDATE", |
854 "source_files": [ | 854 "source_files": [ |
855 "background.js", | 855 "background.js", |
856 "content_script.js", | 856 "content_script.js", |
857 "manifest.json", | 857 "manifest.json", |
858 "options.html" | 858 "options.html", |
| 859 "options.js" |
859 ], | 860 ], |
860 "source_hash": "06c9cd22fddedb3a0f10e1884270eea652622267", | 861 "source_hash": "270fca47d275f5713835f280b4ef665e700d8b03", |
861 "zip_path": "examples\/extensions\/email_this_page.zip" | 862 "zip_path": "examples\/extensions\/email_this_page.zip" |
862 }, | 863 }, |
863 { | 864 { |
864 "api_calls": [], | 865 "api_calls": [], |
865 "crx_path": null, | 866 "crx_path": null, |
866 "description": "A sample extension which uses Google Analytics to track us
age.", | 867 "description": "A sample extension which uses Google Analytics to track us
age.", |
867 "features": [ | 868 "features": [ |
868 "background_page", | 869 "background_page", |
869 "browser_action" | 870 "browser_action" |
870 ], | 871 ], |
(...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2461 "manifest.json", | 2462 "manifest.json", |
2462 "popup.html", | 2463 "popup.html", |
2463 "popup.js", | 2464 "popup.js", |
2464 "sample.css" | 2465 "sample.css" |
2465 ], | 2466 ], |
2466 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2467 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
2467 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" | 2468 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" |
2468 } | 2469 } |
2469 ] | 2470 ] |
2470 } | 2471 } |
OLD | NEW |