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 2799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2819 "manifest.json", | 2820 "manifest.json", |
2820 "popup.html", | 2821 "popup.html", |
2821 "popup.js", | 2822 "popup.js", |
2822 "sample.css" | 2823 "sample.css" |
2823 ], | 2824 ], |
2824 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2825 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
2825 "zip_path": "examples/api/extension/isAllowedAccess.zip" | 2826 "zip_path": "examples/api/extension/isAllowedAccess.zip" |
2826 } | 2827 } |
2827 ] | 2828 ] |
2828 } | 2829 } |
OLD | NEW |