TidyTabs
A browser extension that lets you choose which tabs you would like to close by domain
What is TidyTabs?
TidyTabs is a Chrome extension developed by Xiao & Karan, and its main feature is "A browser extension that lets you choose which tabs you would like to close by domain".
Extension Screenshots
Download TidyTabs Extension CRX File
Download TidyTabs 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 is for the tab hoarders out there that find themselves buried under browser tabs, with their machines slowed down by the performance burden. TidyTabs is here to help. TidyTabs provides a solution that easily clears your workspace and mind! Features: - Automatically group your tabs by domain name - Includes tabs across all windows - Sort domains by largest number of tabs - Close tabs by group - List/Grid view - Dark Mode available
Extension Basic Information
Name | TidyTabs |
ID | mfcdfhecemnhilkobccglegnbdkhmdam |
Official URL | https://chromewebstore.google.com/detail/tidytabs/mfcdfhecemnhilkobccglegnbdkhmdam |
Description | A browser extension that lets you choose which tabs you would like to close by domain |
File Size | 94.86 KB |
Installation Count | 42 |
Current Version | 1.1 |
Last Updated | 2021-01-14 |
Publish Date | 2021-01-11 |
Developer | Xiao & Karan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TidyTabs", "version": "1.1", "description": "A browser extension that lets you choose which tabs you would like to close by domain", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/trash.png" }, "permissions": [ "tabs" ], "manifest_version": 2 } |