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 | 
| 官方URL | 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"
}  |  |