| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "chrome.permissions.onAdded": "permissions.html#event-onAdded", | 305 "chrome.permissions.onAdded": "permissions.html#event-onAdded", |
| 306 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved", | 306 "chrome.permissions.onRemoved": "permissions.html#event-onRemoved", |
| 307 "chrome.permissions.remove": "permissions.html#method-remove", | 307 "chrome.permissions.remove": "permissions.html#method-remove", |
| 308 "chrome.permissions.request": "permissions.html#method-request", | 308 "chrome.permissions.request": "permissions.html#method-request", |
| 309 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError", | 309 "chrome.proxy.onProxyError": "proxy.html#event-onProxyError", |
| 310 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage", | 310 "chrome.runtime.getBackgroundPage": "runtime.html#method-getBackgroundPage", |
| 311 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled", | 311 "chrome.runtime.onInstalled": "runtime.html#event-onInstalled", |
| 312 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend", | 312 "chrome.runtime.onSuspend": "runtime.html#event-onSuspend", |
| 313 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup", | 313 "chrome.scriptBadge.getPopup": "scriptBadge.html#method-getPopup", |
| 314 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked", | 314 "chrome.scriptBadge.onClicked": "scriptBadge.html#event-onClicked", |
| 315 "chrome.scriptBadge.requestToAct": "scriptBadge.html#method-requestToAct", |
| 315 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup", | 316 "chrome.scriptBadge.setPopup": "scriptBadge.html#method-setPopup", |
| 316 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear", | 317 "chrome.storage.StorageArea.clear": "storage.html#method-StorageArea-clear", |
| 317 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get", | 318 "chrome.storage.StorageArea.get": "storage.html#method-StorageArea-get", |
| 318 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea
-getBytesInUse", | 319 "chrome.storage.StorageArea.getBytesInUse": "storage.html#method-StorageArea
-getBytesInUse", |
| 319 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove
", | 320 "chrome.storage.StorageArea.remove": "storage.html#method-StorageArea-remove
", |
| 320 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set", | 321 "chrome.storage.StorageArea.set": "storage.html#method-StorageArea-set", |
| 321 "chrome.storage.onChanged": "storage.html#event-onChanged", | 322 "chrome.storage.onChanged": "storage.html#event-onChanged", |
| 322 "chrome.tabs.captureVisibleTab": "tabs.html#method-captureVisibleTab", | 323 "chrome.tabs.captureVisibleTab": "tabs.html#method-captureVisibleTab", |
| 323 "chrome.tabs.connect": "tabs.html#method-connect", | 324 "chrome.tabs.connect": "tabs.html#method-connect", |
| 324 "chrome.tabs.create": "tabs.html#method-create", | 325 "chrome.tabs.create": "tabs.html#method-create", |
| (...skipping 2488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2813 "manifest.json", | 2814 "manifest.json", |
| 2814 "popup.html", | 2815 "popup.html", |
| 2815 "popup.js", | 2816 "popup.js", |
| 2816 "sample.css" | 2817 "sample.css" |
| 2817 ], | 2818 ], |
| 2818 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", | 2819 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", |
| 2819 "zip_path": "examples/api/extension/isAllowedAccess.zip" | 2820 "zip_path": "examples/api/extension/isAllowedAccess.zip" |
| 2820 } | 2821 } |
| 2821 ] | 2822 ] |
| 2822 } | 2823 } |
| OLD | NEW |