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 |
官方網址 | 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 } |