OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "extension", | 3 "namespace": "extension", |
4 "types": [ | 4 "types": [ |
5 { | 5 { |
6 "id": "MessageSender", | 6 "id": "MessageSender", |
7 "type": "object", | 7 "type": "object", |
8 "description": "An object containing information about the script contex
t that sent a message or request.", | 8 "description": "An object containing information about the script contex
t that sent a message or request.", |
9 "properties": { | 9 "properties": { |
10 "tab": {"$ref": "Tab", "optional": true, "description":"This property
will <b>only</b> be present when the connection was opened from a tab or content
script."}, | 10 "tab": {"$ref": "Tab", "optional": true, "description":"This property
will <b>only</b> be present when the connection was opened from a tab or content
script."}, |
(...skipping 9060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9071 "type": "function", | 9071 "type": "function", |
9072 "description": "Called when the browser's passwords have been cleare
d.", | 9072 "description": "Called when the browser's passwords have been cleare
d.", |
9073 "optional": true, | 9073 "optional": true, |
9074 "parameters": [] | 9074 "parameters": [] |
9075 } | 9075 } |
9076 ] | 9076 ] |
9077 } | 9077 } |
9078 ] | 9078 ] |
9079 }, | 9079 }, |
9080 { | 9080 { |
9081 "namespace": "experimental.savePage", | 9081 "namespace": "pageCapture", |
9082 "functions": [ | 9082 "functions": [ |
9083 { | 9083 { |
9084 "name": "saveAsMHTML", | 9084 "name": "saveAsMHTML", |
9085 "type": "function", | 9085 "type": "function", |
9086 "description": "Saves the content of the tab with given id as MHTML.", | 9086 "description": "Saves the content of the tab with given id as MHTML.", |
9087 "parameters": [ | 9087 "parameters": [ |
9088 { | 9088 { |
9089 "name": "details", | 9089 "name": "details", |
9090 "type": "object", | 9090 "type": "object", |
9091 "properties": { | 9091 "properties": { |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9144 } | 9144 } |
9145 } | 9145 } |
9146 } | 9146 } |
9147 ] | 9147 ] |
9148 } | 9148 } |
9149 ] | 9149 ] |
9150 } | 9150 } |
9151 ] | 9151 ] |
9152 } | 9152 } |
9153 ] | 9153 ] |
OLD | NEW |