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.app.runtime.onLaunched": "app.runtime.html#event-onLaunched", | 9 "chrome.app.runtime.onLaunched": "app.runtime.html#event-onLaunched", |
| 10 "chrome.app.runtime.onRestarted": "app.runtime.html#event-onRestarted", |
10 "chrome.app.window.create": "app.window.html#method-create", | 11 "chrome.app.window.create": "app.window.html#method-create", |
11 "chrome.app.window.focus": "app.window.html#method-focus", | 12 "chrome.app.window.focus": "app.window.html#method-focus", |
12 "chrome.app.window.maximize": "app.window.html#method-maximize", | 13 "chrome.app.window.maximize": "app.window.html#method-maximize", |
13 "chrome.app.window.minimize": "app.window.html#method-minimize", | 14 "chrome.app.window.minimize": "app.window.html#method-minimize", |
14 "chrome.app.window.moveTo": "app.window.html#method-moveTo", | 15 "chrome.app.window.moveTo": "app.window.html#method-moveTo", |
15 "chrome.app.window.resizeTo": "app.window.html#method-resizeTo", | 16 "chrome.app.window.resizeTo": "app.window.html#method-resizeTo", |
16 "chrome.app.window.restore": "app.window.html#method-restore", | 17 "chrome.app.window.restore": "app.window.html#method-restore", |
17 "chrome.bookmarks.create": "bookmarks.html#method-create", | 18 "chrome.bookmarks.create": "bookmarks.html#method-create", |
18 "chrome.bookmarks.get": "bookmarks.html#method-get", | 19 "chrome.bookmarks.get": "bookmarks.html#method-get", |
19 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", | 20 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", |
(...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2843 "manifest.json", | 2844 "manifest.json", |
2844 "popup.html", | 2845 "popup.html", |
2845 "popup.js", | 2846 "popup.js", |
2846 "sample.css" | 2847 "sample.css" |
2847 ], | 2848 ], |
2848 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2849 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
2849 "zip_path": "examples/api/extension/isAllowedAccess.zip" | 2850 "zip_path": "examples/api/extension/isAllowedAccess.zip" |
2850 } | 2851 } |
2851 ] | 2852 ] |
2852 } | 2853 } |
OLD | NEW |