OLD | NEW |
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.appWindow.create": "appWindow.html#method-create", | 9 "chrome.appWindow.create": "appWindow.html#method-create", |
10 "chrome.appWindow.focus": "appWindow.html#method-focus", | 10 "chrome.appWindow.focus": "appWindow.html#method-focus", |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "chrome.types.ChromeSetting.set": "types.html#method-ChromeSetting-set", | 357 "chrome.types.ChromeSetting.set": "types.html#method-ChromeSetting-set", |
358 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames
", | 358 "chrome.webNavigation.getAllFrames": "webNavigation.html#method-getAllFrames
", |
359 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame", | 359 "chrome.webNavigation.getFrame": "webNavigation.html#method-getFrame", |
360 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN
avigate", | 360 "chrome.webNavigation.onBeforeNavigate": "webNavigation.html#event-onBeforeN
avigate", |
361 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted", | 361 "chrome.webNavigation.onCommitted": "webNavigation.html#event-onCommitted", |
362 "chrome.webNavigation.onCompleted": "webNavigation.html#event-onCompleted", | 362 "chrome.webNavigation.onCompleted": "webNavigation.html#event-onCompleted", |
363 "chrome.webNavigation.onCreatedNavigationTarget": "webNavigation.html#event-
onCreatedNavigationTarget", | 363 "chrome.webNavigation.onCreatedNavigationTarget": "webNavigation.html#event-
onCreatedNavigationTarget", |
364 "chrome.webNavigation.onDOMContentLoaded": "webNavigation.html#event-onDOMCo
ntentLoaded", | 364 "chrome.webNavigation.onDOMContentLoaded": "webNavigation.html#event-onDOMCo
ntentLoaded", |
365 "chrome.webNavigation.onErrorOccurred": "webNavigation.html#event-onErrorOcc
urred", | 365 "chrome.webNavigation.onErrorOccurred": "webNavigation.html#event-onErrorOcc
urred", |
366 "chrome.webNavigation.onReferenceFragmentUpdated": "webNavigation.html#event
-onReferenceFragmentUpdated", | 366 "chrome.webNavigation.onReferenceFragmentUpdated": "webNavigation.html#event
-onReferenceFragmentUpdated", |
| 367 "chrome.webNavigation.onTabReplaced": "webNavigation.html#event-onTabReplace
d", |
367 "chrome.webRequest.handlerBehaviorChanged": "webRequest.html#method-handlerB
ehaviorChanged", | 368 "chrome.webRequest.handlerBehaviorChanged": "webRequest.html#method-handlerB
ehaviorChanged", |
368 "chrome.webRequest.onAuthRequired": "webRequest.html#event-onAuthRequired", | 369 "chrome.webRequest.onAuthRequired": "webRequest.html#event-onAuthRequired", |
369 "chrome.webRequest.onBeforeRedirect": "webRequest.html#event-onBeforeRedirec
t", | 370 "chrome.webRequest.onBeforeRedirect": "webRequest.html#event-onBeforeRedirec
t", |
370 "chrome.webRequest.onBeforeRequest": "webRequest.html#event-onBeforeRequest"
, | 371 "chrome.webRequest.onBeforeRequest": "webRequest.html#event-onBeforeRequest"
, |
371 "chrome.webRequest.onBeforeSendHeaders": "webRequest.html#event-onBeforeSend
Headers", | 372 "chrome.webRequest.onBeforeSendHeaders": "webRequest.html#event-onBeforeSend
Headers", |
372 "chrome.webRequest.onCompleted": "webRequest.html#event-onCompleted", | 373 "chrome.webRequest.onCompleted": "webRequest.html#event-onCompleted", |
373 "chrome.webRequest.onErrorOccurred": "webRequest.html#event-onErrorOccurred"
, | 374 "chrome.webRequest.onErrorOccurred": "webRequest.html#event-onErrorOccurred"
, |
374 "chrome.webRequest.onHeadersReceived": "webRequest.html#event-onHeadersRecei
ved", | 375 "chrome.webRequest.onHeadersReceived": "webRequest.html#event-onHeadersRecei
ved", |
375 "chrome.webRequest.onResponseStarted": "webRequest.html#event-onResponseStar
ted", | 376 "chrome.webRequest.onResponseStarted": "webRequest.html#event-onResponseStar
ted", |
376 "chrome.webRequest.onSendHeaders": "webRequest.html#event-onSendHeaders", | 377 "chrome.webRequest.onSendHeaders": "webRequest.html#event-onSendHeaders", |
(...skipping 2386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2763 "chrome.webNavigation.onCompleted", | 2764 "chrome.webNavigation.onCompleted", |
2764 "chrome.webNavigation.onCreatedNavigationTarget", | 2765 "chrome.webNavigation.onCreatedNavigationTarget", |
2765 "chrome.webNavigation.onErrorOccurred", | 2766 "chrome.webNavigation.onErrorOccurred", |
2766 "chrome.webNavigation.onReferenceFragmentUpdated" | 2767 "chrome.webNavigation.onReferenceFragmentUpdated" |
2767 ], | 2768 ], |
2768 "crx_path": null, | 2769 "crx_path": null, |
2769 "description": "Demonstration of the WebNavigation extension API.", | 2770 "description": "Demonstration of the WebNavigation extension API.", |
2770 "features": [ | 2771 "features": [ |
2771 "background_page", | 2772 "background_page", |
2772 "browser_action", | 2773 "browser_action", |
2773 "extension", | |
2774 "webNavigation" | 2774 "webNavigation" |
2775 ], | 2775 ], |
2776 "icon": null, | 2776 "icon": null, |
2777 "id": "a3c674f7eb93621c590562ad3fa04de4f03f53a0", | 2777 "id": "a3c674f7eb93621c590562ad3fa04de4f03f53a0", |
2778 "name": "WebNavigation Tech Demo", | 2778 "name": "WebNavigation Tech Demo", |
2779 "packaged_app": false, | 2779 "packaged_app": false, |
2780 "path": "examples/api/webNavigation/basic/", | 2780 "path": "examples/api/webNavigation/basic/", |
2781 "protocols": [], | 2781 "protocols": [], |
2782 "search_string": "WEBNAVIGATION TECH DEMO DEMONSTRATION OF THE WEBNAVIGATI
ON EXTENSION API. BACKGROUND_PAGE BROWSER_ACTION EXTENSION WEBNAVIGATION CHROME.
I18N.GETMESSAGE CHROME.WEBNAVIGATION.ONBEFORENAVIGATE CHROME.WEBNAVIGATION.ONCOM
MITTED CHROME.WEBNAVIGATION.ONCOMPLETED CHROME.WEBNAVIGATION.ONCREATEDNAVIGATION
TARGET CHROME.WEBNAVIGATION.ONERROROCCURRED CHROME.WEBNAVIGATION.ONREFERENCEFRAG
MENTUPDATED", | 2782 "search_string": "WEBNAVIGATION TECH DEMO DEMONSTRATION OF THE WEBNAVIGATI
ON EXTENSION API. BACKGROUND_PAGE BROWSER_ACTION WEBNAVIGATION CHROME.I18N.GETME
SSAGE CHROME.WEBNAVIGATION.ONBEFORENAVIGATE CHROME.WEBNAVIGATION.ONCOMMITTED CHR
OME.WEBNAVIGATION.ONCOMPLETED CHROME.WEBNAVIGATION.ONCREATEDNAVIGATIONTARGET CHR
OME.WEBNAVIGATION.ONERROROCCURRED CHROME.WEBNAVIGATION.ONREFERENCEFRAGMENTUPDATE
D", |
2783 "source_files": [ | 2783 "source_files": [ |
2784 "_locales/en/messages.json", | 2784 "_locales/en/messages.json", |
2785 "background.js", | 2785 "background.js", |
2786 "manifest.json", | 2786 "manifest.json", |
2787 "navigation_collector.js", | 2787 "navigation_collector.js", |
2788 "popup.css", | 2788 "popup.css", |
2789 "popup.html", | 2789 "popup.html", |
2790 "popup.js" | 2790 "popup.js" |
2791 ], | 2791 ], |
2792 "source_hash": "d2b40d0496b107609dd8288cb52f15aa5d36c312", | 2792 "source_hash": "b3b6eb02fe573a1a3b4c8e05cc2908e74811e825", |
2793 "zip_path": "examples/api/webNavigation/basic.zip" | 2793 "zip_path": "examples/api/webNavigation/basic.zip" |
2794 }, | 2794 }, |
2795 { | 2795 { |
2796 "api_calls": [ | 2796 "api_calls": [ |
2797 "chrome.extension.isAllowedFileSchemeAccess", | 2797 "chrome.extension.isAllowedFileSchemeAccess", |
2798 "chrome.extension.isAllowedIncognitoAccess" | 2798 "chrome.extension.isAllowedIncognitoAccess" |
2799 ], | 2799 ], |
2800 "crx_path": null, | 2800 "crx_path": null, |
2801 "description": "Demonstrates the `extension.isAllowedFileSchemeAccess` and
`extesion.isAllowedIncognitoAccess` APIs", | 2801 "description": "Demonstrates the `extension.isAllowedFileSchemeAccess` and
`extesion.isAllowedIncognitoAccess` APIs", |
2802 "features": [ | 2802 "features": [ |
(...skipping 12 matching lines...) Expand all Loading... |
2815 "manifest.json", | 2815 "manifest.json", |
2816 "popup.html", | 2816 "popup.html", |
2817 "popup.js", | 2817 "popup.js", |
2818 "sample.css" | 2818 "sample.css" |
2819 ], | 2819 ], |
2820 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2820 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
2821 "zip_path": "examples/api/extension/isAllowedAccess.zip" | 2821 "zip_path": "examples/api/extension/isAllowedAccess.zip" |
2822 } | 2822 } |
2823 ] | 2823 ] |
2824 } | 2824 } |
OLD | NEW |