Close Current Tab Button
A close tab button adds to the toolbar.
什麼是Close Current Tab Button?
Close Current Tab Button是由Piak開發的Chrome擴展程式,該擴展的主要功能是“A close tab button adds to the toolbar.”。
擴展截圖
下載Close Current Tab Button擴展crx文件
下載Close Current Tab Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster. Port Firefox add-ons to Chrome : Simple Close Tab button v1.2 Release Note: 1.0.2 - Remove unused initialize permission.
擴展基本資訊
名稱 | Close Current Tab Button |
ID | jpbiknamaihiojmalpahjdcoognffldc |
官方網址 | https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc |
簡介 | A close tab button adds to the toolbar. |
檔案大小 | 5.58 KB |
安裝次數 | 433 |
目前版本 | 1.0.2 |
更新時間 | 2023-03-09 |
上架時間 | 2023-03-09 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Piak |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Current Tab Button", "version": "1.0.2", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "A close tab button adds to the toolbar.", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" } } |