Tabbie

The missing tab manager for Chrome

Cos'è Tabbie?

Tabbie è un'estensione di Chrome sviluppata da hharnisc, e la sua funzione principale è "The missing tab manager for Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tabbie

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

                        The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.                    

Informazioni di Base sull'Estensione

Nome Tabbie Tabbie
ID aingjdeimmekeknhjcbnigfbfbboffeo
URL Ufficiale https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo
Descrizione The missing tab manager for Chrome
Dimensione del File 106 KB
Conteggio Installazioni 3,107
Versione Corrente 0.4.1
Ultimo Aggiornamento 2017-03-19
Data di Pubblicazione 2017-03-19
Valutazione 3.62/5 Totale 29 Valutazioni
Sviluppatore hharnisc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbie",
    "short_name": "Tabbie",
    "description": "The missing tab manager for Chrome",
    "version": "0.4.1",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}