Drop Tab

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

Was ist Drop Tab?

Drop Tab ist eine Chrome-Erweiterung, die von https://varubi.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds a dropdown list in the browser bar with all your tabs.".

Erweiterungsscreenshots

screenshot

Drop Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Drop Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Drop Tab Drop Tab
ID pidlikiomdabckocpcpjeefhlnmobllc
Offizielle URL https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc
Beschreibung Adds a dropdown list in the browser bar with all your tabs.
Dateigröße 5.52 KB
Installationsanzahl 119
Aktuelle Version 1.0.2
Letztes Update 2015-11-08
Veröffentlichungsdatum 2015-11-08
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler https://varubi.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}