Drop Tab

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

Wat is Drop Tab?

Drop Tab is een Chrome-extensie ontwikkeld door https://varubi.com, en de belangrijkste functie is "Adds a dropdown list in the browser bar with all your tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Drop Tab

Download Drop Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Drop Tab Drop Tab
ID pidlikiomdabckocpcpjeefhlnmobllc
Officiële URL https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc
Beschrijving Adds a dropdown list in the browser bar with all your tabs.
Bestandsgrootte 5.52 KB
Aantal Installaties 119
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-11-08
Publicatiedatum 2015-11-08
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://varubi.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}