OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "extension", | 3 "namespace": "extension", |
4 "unprivileged": true, | 4 "unprivileged": true, |
5 "types": [ | 5 "types": [ |
6 { | 6 { |
7 "id": "MessageSender", | 7 "id": "MessageSender", |
8 "type": "object", | 8 "type": "object", |
9 "description": "An object containing information about the script contex
t that sent a message or request.", | 9 "description": "An object containing information about the script contex
t that sent a message or request.", |
10 "properties": { | 10 "properties": { |
(...skipping 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2495 "description": "Details about the tab's process." | 2495 "description": "Details about the tab's process." |
2496 } | 2496 } |
2497 ] | 2497 ] |
2498 } | 2498 } |
2499 ] | 2499 ] |
2500 } | 2500 } |
2501 ], | 2501 ], |
2502 "events": [] | 2502 "events": [] |
2503 }, | 2503 }, |
2504 { | 2504 { |
2505 "namespace": "experimental.contextMenus", | 2505 "namespace": "contextMenus", |
2506 "types": [], | 2506 "types": [], |
2507 "functions": [ | 2507 "functions": [ |
2508 { | 2508 { |
2509 "name": "create", | 2509 "name": "create", |
2510 "type": "function", | 2510 "type": "function", |
2511 "description": "Creates a new context menu item. Note that if an error o
ccurs during creation, you may not find out until the creation callback fires (t
he details will be in chrome.extension.lastError).", | 2511 "description": "Creates a new context menu item. Note that if an error o
ccurs during creation, you may not find out until the creation callback fires (t
he details will be in chrome.extension.lastError).", |
2512 "returns": { | 2512 "returns": { |
2513 "type": "integer", | 2513 "type": "integer", |
2514 "description": "The id of the newly created item." | 2514 "description": "The id of the newly created item." |
2515 }, | 2515 }, |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3175 { | 3175 { |
3176 "name": "onInputCancelled", | 3176 "name": "onInputCancelled", |
3177 "perExtensionEvent": true, | 3177 "perExtensionEvent": true, |
3178 "type": "function", | 3178 "type": "function", |
3179 "description": "User has ended the keyword input session without accepti
ng the input.", | 3179 "description": "User has ended the keyword input session without accepti
ng the input.", |
3180 "parameters": [] | 3180 "parameters": [] |
3181 } | 3181 } |
3182 ] | 3182 ] |
3183 } | 3183 } |
3184 ] | 3184 ] |
OLD | NEW |