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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 "options.html" | 858 "options.html" |
859 ], | 859 ], |
860 "source_hash": "06c9cd22fddedb3a0f10e1884270eea652622267", | 860 "source_hash": "06c9cd22fddedb3a0f10e1884270eea652622267", |
861 "zip_path": "examples\/extensions\/email_this_page.zip" | 861 "zip_path": "examples\/extensions\/email_this_page.zip" |
862 }, | 862 }, |
863 { | 863 { |
864 "api_calls": [], | 864 "api_calls": [], |
865 "crx_path": null, | 865 "crx_path": null, |
866 "description": "A sample extension which uses Google Analytics to track us
age.", | 866 "description": "A sample extension which uses Google Analytics to track us
age.", |
867 "features": [ | 867 "features": [ |
868 "background_page", | |
869 "browser_action" | 868 "browser_action" |
870 ], | 869 ], |
871 "icon": "analytics-extension-icon-128.png", | 870 "icon": "analytics-extension-icon-128.png", |
872 "id": "763a08e9b06595d785568a8d392b95a2f3700258", | 871 "id": "763a08e9b06595d785568a8d392b95a2f3700258", |
873 "name": "Event Tracking with Google Analytics", | 872 "name": "Event Tracking with Google Analytics", |
874 "packaged_app": false, | 873 "packaged_app": false, |
875 "path": "examples\/tutorials\/analytics\/", | 874 "path": "examples\/tutorials\/analytics\/", |
876 "protocols": [], | 875 "protocols": [], |
877 "search_string": "EVENT TRACKING WITH GOOGLE ANALYTICS A SAMPLE EXTENSION
WHICH USES GOOGLE ANALYTICS TO TRACK USAGE. BACKGROUND_PAGE BROWSER_ACTION", | 876 "search_string": "EVENT TRACKING WITH GOOGLE ANALYTICS A SAMPLE EXTENSION
WHICH USES GOOGLE ANALYTICS TO TRACK USAGE. BROWSER_ACTION", |
878 "source_files": [ | 877 "source_files": [ |
879 "analytics.js", | |
880 "manifest.json", | 878 "manifest.json", |
881 "popup.html" | 879 "popup.html", |
| 880 "popup.js" |
882 ], | 881 ], |
883 "source_hash": "48c84c58d7b3673be329cedb1b1351a6a23958ff", | 882 "source_hash": "c8d53a870ce15eff468b8fceb0ce454a8dc1e566", |
884 "zip_path": "examples\/tutorials\/analytics.zip" | 883 "zip_path": "examples\/tutorials\/analytics.zip" |
885 }, | 884 }, |
886 { | 885 { |
887 "api_calls": [ | 886 "api_calls": [ |
888 "chrome.devtools.network.getHAR", | 887 "chrome.devtools.network.getHAR", |
889 "chrome.devtools.network.onRequestFinished", | 888 "chrome.devtools.network.onRequestFinished", |
890 "chrome.extension.onRequest", | 889 "chrome.extension.onRequest", |
891 "chrome.extension.sendRequest", | 890 "chrome.extension.sendRequest", |
892 "chrome.tabs.executeScript" | 891 "chrome.tabs.executeScript" |
893 ], | 892 ], |
(...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2461 "manifest.json", | 2460 "manifest.json", |
2462 "popup.html", | 2461 "popup.html", |
2463 "popup.js", | 2462 "popup.js", |
2464 "sample.css" | 2463 "sample.css" |
2465 ], | 2464 ], |
2466 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2465 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
2467 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" | 2466 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" |
2468 } | 2467 } |
2469 ] | 2468 ] |
2470 } | 2469 } |
OLD | NEW |