제작자: 69VN
Inspect and view changes in Quick Tab Hide & Restore source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Quick Tab Hide & Restore",
"version": "1.0",
"description": "Quickly hide and restore all tabs using keyboard shortcuts.",
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"hide-tabs": {
"suggested_key": {
"default": "Alt+H"
},
"description": "Hide all tabs"
},
"restore-tabs": {
"suggested_key": {
"default": "Alt+R"
},
"description": "Restore hidden tabs"
}
},
"icons": {
"48": "icons/icon.png"
},
"applications": {
"gecko": {
"id": "quicktabhide@example.com",
"strict_min_version": "68.0"
}
}
} 최고의 Quick Tab Hide & Restore 대안
다음은 Quick Tab Hide & Restore과(와) 유사한 Firefox add-on입니다: