diff options
Diffstat (limited to 'chrome/common/extensions/api/tabs.json')
-rwxr-xr-x | chrome/common/extensions/api/tabs.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json deleted file mode 100755 index e09f105..0000000 --- a/chrome/common/extensions/api/tabs.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "namespace": "chrome.tabs", - "types": [], - "functions": [ - { - "name": "getLanguage", - "description": "Attempts to determine the language of the content of the tab with id <var>tabId</var>", - "parameters": [ - { - "name": "tabId", - "description": "The id of the tab whose contents should be evaluated for it's source language", - "type": "integer", - "minimum": 0, - "optional": true - }, - { - "name": "callback", - "description": "Function to callback upon completion.", - "type": "function", - "optional": true - } - ], - "callbackParameters" : [ - { - "name": "result", - "type": "string", - "description": "The language of the content found in specified tab." - } - ] - } - ], - "events": [ - { - "name": "onMoved", - "description": "Sent whenever a tab is moved.", - "parameters": [ - { - "name": "tabId", - "type": "integer", - "description": "The id of the tab that was moved." - }, - { - "name": "TabMoveDetails", - "type": "object", - "description": "Properties describing the tab move event." - } - ] - } - ] -}
\ No newline at end of file |