| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "chrome.permissions.onAdded": "permissions.html#event-onAdded", | 301 "chrome.permissions.onAdded": "permissions.html#event-onAdded", |
| 302 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved", | 302 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved", |
| 303 "chrome.permissions.remove": "permissions.html#method-remove", | 303 "chrome.permissions.remove": "permissions.html#method-remove", |
| 304 "chrome.permissions.request": "permissions.html#method-request", | 304 "chrome.permissions.request": "permissions.html#method-request", |
| 305 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError", | 305 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError", |
| 306 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage", | 306 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage", |
| 307 "chrome.runtime.getManifest": "runtime.html#method-getManifest", | 307 "chrome.runtime.getManifest": "runtime.html#method-getManifest", |
| 308 "chrome.runtime.getURL": "runtime.html#method-getURL", | 308 "chrome.runtime.getURL": "runtime.html#method-getURL", |
| 309 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled", | 309 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled", |
| 310 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend", | 310 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend", |
| 311 "chrome.scriptBadge.getAttention": "scriptBadge.html#method-getAttention", |
| 311 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup", | 312 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup", |
| 312 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked", | 313 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked", |
| 313 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup", | 314 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup", |
| 314 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear", | 315 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear", |
| 315 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get", | 316 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get", |
| 316 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea
-getBytesInUse", | 317 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea
-getBytesInUse", |
| 317 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove
", | 318 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove
", |
| 318 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set", | 319 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set", |
| 319 "chrome.storage.onChanged": "storage.html#event-onChanged", | 320 "chrome.storage.onChanged": "storage.html#event-onChanged", |
| 320 "chrome.tabs.captureVisibleTab": "tabs.html#method-captureVisibleTab", | 321 "chrome.tabs.captureVisibleTab": "tabs.html#method-captureVisibleTab", |
| (...skipping 2460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2781 "manifest.json", | 2782 "manifest.json", |
| 2782 "popup.html", | 2783 "popup.html", |
| 2783 "popup.js", | 2784 "popup.js", |
| 2784 "sample.css" | 2785 "sample.css" |
| 2785 ], | 2786 ], |
| 2786 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2787 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
| 2787 "zip_path": "examples/api/extension/isAllowedAccess.zip" | 2788 "zip_path": "examples/api/extension/isAllowedAccess.zip" |
| 2788 } | 2789 } |
| 2789 ] | 2790 ] |
| 2790 } | 2791 } |
| OLD | NEW |