Kloser
Close all tabs and open default tab
什麼是Kloser?
Kloser是由Aleksey Ivashin開發的Chrome擴展程式,該擴展的主要功能是“Close all tabs and open default tab”。
擴展截圖
下載Kloser擴展crx文件
下載Kloser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple extension for closing all tabs in active window and opening New Tab Page or your selected page. You can edit settings of this extension, such as you can choose preferred tab which will be opened after using the extension and you can set will be extension close pinned tabs. Use the shortcut: Ctrl + Q
擴展基本資訊
名稱 | Kloser |
ID | joanfadldlkgclnmonllgcbnepcbfepk |
官方網址 | https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk |
簡介 | Close all tabs and open default tab |
檔案大小 | 9.99 KB |
安裝次數 | 14 |
目前版本 | 3.0 |
更新時間 | 2023-12-06 |
上架時間 | 2017-04-20 |
評分 | 4.80/5 共 5 次評分 |
開發者 | Aleksey Ivashin |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kloser", "author": "Aleksey Ivashin", "description": "Close all tabs and open default tab", "version": "3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "chromeos": "Ctrl+Q", "linux": "Ctrl+Q" } } }, "options_ui": { "page": "options\/options.html" }, "action": { "default_title": "Kloser", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": [] } |