제작자: Ale
Inspect and view changes in Tab manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"browser_action": {
"browser_style": true,
"default_title": "Tab manager",
"default_popup": "tabmgr.html",
"default_icon": {
"64": "tabmgr.png"
}
},
"applications": {
"gecko": {
"id": "tab-manager@chocobeton"
}
},
"description": "Allows basic operations on open tabs, such as copying the URLs to the clipboard, and saving the tab list to a file.",
"manifest_version": 2,
"author": "Ale",
"name": "Tab manager",
"permissions": [
"tabs",
"clipboardWrite",
"downloads",
"storage"
],
"icons": {
"64": "tabmgr.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "pref.html"
},
"version": "0.22resigned1"
} 최고의 Tab manager 대안
다음은 Tab manager과(와) 유사한 Firefox add-on입니다:
Open Tabs with Clipboard URLs
igorlogius
Open Tabs from Clipboard URLs
igorlogius
Open from Clipboard
igorlogius
Simple Tab Manager
Anubosiris
Tab Exporter/Importer
Martin
Export Tabs URLs Phoenix
clach04
Copy and Paste Tabs
Stanislav Senotrusov
Open Tabs from File or Clipboard
igorlogius
Export Tabs URLs
AL
Open Tabs from File
igorlogius
URLs List
moritz-h