Drop Tab

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

Qu'est-ce que Drop Tab ?

Drop Tab est une extension Chrome développée par https://varubi.com, et sa fonction principale est "Adds a dropdown list in the browser bar with all your tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Drop Tab

Téléchargez les fichiers d'extension Drop Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Drop Tab Drop Tab
ID pidlikiomdabckocpcpjeefhlnmobllc
URL Officiel https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc
Description Adds a dropdown list in the browser bar with all your tabs.
Taille du Fichier 5.52 KB
Nombre d'Installations 119
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-11-08
Date de Publication 2015-11-08
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://varubi.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}