Drop Tab

Adds a dropdown list in the browser bar with all your tabs.

Cos'è Drop Tab?

Drop Tab è un'estensione di Chrome sviluppata da https://varubi.com, e la sua funzione principale è "Adds a dropdown list in the browser bar with all your tabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Drop Tab

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

                        Tab Management tool that allows easy navigation of tabs, by showing page titles next to their favicon in a dropdown style list.

Left click - Go to tab
Right click - Close tab                    

Informazioni di Base sull'Estensione

Nome Drop Tab Drop Tab
ID pidlikiomdabckocpcpjeefhlnmobllc
URL Ufficiale https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc
Descrizione Adds a dropdown list in the browser bar with all your tabs.
Dimensione del File 5.52 KB
Conteggio Installazioni 119
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-11-08
Data di Pubblicazione 2015-11-08
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://varubi.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drop Tab",
    "description": "Adds a dropdown list in the browser bar with all your tabs.",
    "version": "1.0.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}