TidyTabs
A browser extension that lets you choose which tabs you would like to close by domain
什么是TidyTabs?
TidyTabs是由Xiao & Karan开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that lets you choose which tabs you would like to close by domain”。
扩展截图
下载TidyTabs扩展crx文件
下载TidyTabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | TidyTabs |
ID | mfcdfhecemnhilkobccglegnbdkhmdam |
官方URL | https://chromewebstore.google.com/detail/tidytabs/mfcdfhecemnhilkobccglegnbdkhmdam |
简介 | A browser extension that lets you choose which tabs you would like to close by domain |
文件大小 | 94.86 KB |
安装次数 | 42 |
当前版本 | 1.1 |
更新时间 | 2021-01-14 |
上架时间 | 2021-01-11 |
开发者 | Xiao & Karan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |