Close auto-grouped tabs
This extension helps neaten many tabs.
什麼是Close auto-grouped tabs?
Close auto-grouped tabs是由たてじ丸開發的Chrome擴展程式,該擴展的主要功能是“This extension helps neaten many tabs.”。
擴展截圖
下載Close auto-grouped tabs擴展crx文件
下載Close auto-grouped tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This extension helps neaten many tabs.
Please try it to put tabs in apple-pie order!
🚀Features
⭐️The tool groups your tabs by websites. You can close a whole group of tabs.
⭐️It'll let you know with a toolbar badge when you have too many tabs.
⭐️You can undo an operational error of the close of tabs.                     擴展基本資訊
| 名稱 |   |  
| ID | dkddbbpphijckdhmlifdhejpeefopmbk | 
| 官方網址 | https://chromewebstore.google.com/detail/close-auto-grouped-tabs/dkddbbpphijckdhmlifdhejpeefopmbk | 
| 簡介 | This extension helps neaten many tabs. | 
| 檔案大小 | 36.61 KB | 
| 安裝次數 | 154 | 
| 目前版本 | 2.2.0 | 
| 更新時間 | 2024-01-04 | 
| 上架時間 | 2020-07-04 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | たてじ丸 | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | http://park15.wakwak.com/~tatejima/ | 
| 支援的語言 | en,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "sessions"
    ],
    "default_locale": "en"
}  |  |