Tabs Closer

Cleans up your windows/tabs with 1 click of a mouse button

Cos'è Tabs Closer?

Tabs Closer è un'estensione di Chrome sviluppata da http://tabscloser.com, e la sua funzione principale è "Cleans up your windows/tabs with 1 click of a mouse button".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabs Closer

Scarica i file di estensione Tabs Closer 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

                        Cleans up your windows/tabs with 1 click of a mouse button

The app is smart enough to close only those that are really needed to close.
For Example:
* Duplicate blank tabs
* Excess tabs to the right-most
* Excess tabs to the left-most
* Empty Windows (without tabs)

Note:
* It will not close those tabs that are pinned.

Short background:
This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.                    

Informazioni di Base sull'Estensione

Nome Tabs Closer Tabs Closer
ID dhbpdnegbgnjkfnacjdgpkmcffmpbimi
URL Ufficiale https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi
Descrizione Cleans up your windows/tabs with 1 click of a mouse button
Dimensione del File 116 KB
Conteggio Installazioni 49
Versione Corrente 0.2.9
Ultimo Aggiornamento 2014-02-19
Data di Pubblicazione 2014-02-19
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore http://tabscloser.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tabscloser.com
URL della Pagina di Aiuto http://tabscloser.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Closer",
    "version": "0.2.9",
    "description": "Cleans up your windows\/tabs with 1 click of a mouse button",
    "icons": {
        "48": "img\/clean_48.png",
        "128": "img\/clean_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/lib\/jquery-1.7.1.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clean.png",
        "default_title": "Tabs Closer"
    },
    "homepage_url": "http:\/\/tabscloser.com",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}