Tab Manager

Quickly and conveniently manage your open tabs

Cos'è Tab Manager?

Tab Manager è un'estensione di Chrome sviluppata da joshperry, e la sua funzione principale è "Quickly and conveniently manage your open tabs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Manager

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

                        Manipulate, sort, and search through all of your open tabs!

This is OPEN SOURCE! You can find the source code for this extension at https://github.com/joshperry/Tab-Manager

Please report bugs and/or feature requests at the github link above.                    

Informazioni di Base sull'Estensione

Nome Tab Manager Tab Manager
ID eobcjlgohobbfcgabmijkdgpjkknpbbo
URL Ufficiale https://chromewebstore.google.com/detail/tab-manager/eobcjlgohobbfcgabmijkdgpjkknpbbo
Descrizione Quickly and conveniently manage your open tabs
Dimensione del File 734 KB
Conteggio Installazioni 2,733
Versione Corrente 4.2.0
Ultimo Aggiornamento 2016-07-21
Data di Pubblicazione 2016-07-21
Valutazione 4.80/5 Totale 56 Valutazioni
Sviluppatore joshperry
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/joshperry/Tab-Manager
URL della Pagina di Aiuto https://github.com/joshperry/Tab-Manager/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "version": "4.2.0",
    "manifest_version": 2,
    "description": "Quickly and conveniently manage your open tabs",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M"
            }
        }
    }
}