TidyTabs

A browser extension that lets you choose which tabs you would like to close by domain

Cos'è TidyTabs?

TidyTabs è un'estensione di Chrome sviluppata da Xiao & Karan, e la sua funzione principale è "A browser extension that lets you choose which tabs you would like to close by domain".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TidyTabs

Scarica i file di estensione TidyTabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TidyTabs TidyTabs
ID mfcdfhecemnhilkobccglegnbdkhmdam
URL Ufficiale https://chromewebstore.google.com/detail/tidytabs/mfcdfhecemnhilkobccglegnbdkhmdam
Descrizione A browser extension that lets you choose which tabs you would like to close by domain
Dimensione del File 94.86 KB
Conteggio Installazioni 42
Versione Corrente 1.1
Ultimo Aggiornamento 2021-01-14
Data di Pubblicazione 2021-01-11
Sviluppatore Xiao & Karan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}