Close auto-grouped tabs
This extension helps neaten many tabs.
What is Close auto-grouped tabs?
Close auto-grouped tabs is a Chrome extension developed by たてじ丸, and its main feature is "This extension helps neaten many tabs.".
Extension Screenshots
Download Close auto-grouped tabs Extension CRX File
Download Close auto-grouped tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Close auto-grouped tabs |
ID | dkddbbpphijckdhmlifdhejpeefopmbk |
Official URL | https://chromewebstore.google.com/detail/close-auto-grouped-tabs/dkddbbpphijckdhmlifdhejpeefopmbk |
Description | This extension helps neaten many tabs. |
File Size | 36.61 KB |
Installation Count | 154 |
Current Version | 2.2.0 |
Last Updated | 2024-01-04 |
Publish Date | 2020-07-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | たてじ丸 |
[email protected] | |
Payment Type | free |
Extension Website | http://park15.wakwak.com/~tatejima/ |
Supported Languages | 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" } |