Tab Bankrupter

Declare 'tab bankruptcy' without losing your links.

Cos'è Tab Bankrupter?

Tab Bankrupter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Declare 'tab bankruptcy' without losing your links.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Bankrupter

Scarica i file di estensione Tab Bankrupter 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

                        Faced with an overwhelming number of browser tabs sapping your focus and slowing down your computer? 

Time to declare tab bankruptcy.

Tab Bankrupter lets you instantly close all your tabs without quitting. It also preserves a record of your bankruptcies, just in case you closed something by accident. And Tab Bankrupter skips pinned tabs, so you can hold onto Gmail, or whatever else you still want open.

**Privacy**

• Tab Bankrupter has access only to the metadata about your tabs — URL and title being the most interesting.

• Tab Bankrupter keeps all your data on your computer. It does not share your data or actions with anybody.

• Tab Bankrupter does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.                    

Informazioni di Base sull'Estensione

Nome Tab Bankrupter Tab Bankrupter
ID pndipmgldhbejkehopnbbpjgidkbiimh
URL Ufficiale https://chromewebstore.google.com/detail/tab-bankrupter/pndipmgldhbejkehopnbbpjgidkbiimh
Descrizione Declare 'tab bankruptcy' without losing your links.
Dimensione del File 52.81 KB
Conteggio Installazioni 100
Versione Corrente 0.2.0
Ultimo Aggiornamento 2022-03-03
Data di Pubblicazione 2016-07-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/jsvine/tab-bankrupter
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Bankrupter",
    "description": "Declare 'tab bankruptcy' without losing your links.",
    "version": "0.2.0",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "pages\/popup.html"
    }
}