Por: Simon L Schlee
Inspect and view changes in Tab2JSON source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Tab2JSON",
"description": "This extension allows you to close tabs and store them as json files",
"manifest_version": 2,
"version": "0.1.0",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"permissions": [
"tabs",
"<all_urls>",
"downloads"
],
"browser_action": {
"default_icon": "icons/icon.svg",
"default_title": "Tab2JSON"
},
"background": {
"scripts": [
"tab2json.js"
]
},
"commands": {
"savetab": {
"suggested_key": {
"default": "Ctrl+Shift+Insert"
},
"description": "saves the current tab"
},
"thistab": {
"suggested_key": {
"default": "Ctrl+Shift+Down"
},
"description": "saves the current tab and closes it"
},
"nexttab": {
"suggested_key": {
"default": "Ctrl+Shift+Right"
},
"description": "switches to the next tab"
},
"prevtab": {
"suggested_key": {
"default": "Ctrl+Shift+Left"
},
"description": "switches to the previous tab"
},
"closetab": {
"suggested_key": {
"default": "Ctrl+Shift+Up"
},
"description": "closes the current tab"
},
"alltabs": {
"suggested_key": {
"default": "Alt+Shift+P"
},
"description": "saves all tabs of the current window which are not pinned and closes them"
}
}
} Mejores alternativas Tab2JSON
Aquí hay algunas Firefox add-ons que son similares a Tab2JSON:
Save Tabs to JSON
Eztaban
tab-saver-json
voidtools
Tabson
SBang
Tabs2Text
Dezese
TabsToFile
Sergio Ll.
Tabber
Alex Krantz
Tabs2Clipboard
xeoth
Save Tabs
pvpscript
TabExporter
Topological Similarity
TabsToFile
grnx
Tab Backup
zayn
Save tabs to HTML file
Nathaniel M. Foley-Beaver