Show Me Tabs (light)

This extension simple shows a Tabs.

Qu'est-ce que Show Me Tabs (light) ?

Show Me Tabs (light) est une extension Chrome développée par sp0xff, et sa fonction principale est "This extension simple shows a Tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Me Tabs (light)

Téléchargez les fichiers d'extension Show Me Tabs (light) 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

                        If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab.
Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows.
There are plans to add a drag and drop, search and much more.                    

Informations de Base sur l'Extension

Nom Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
URL Officiel https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
Description This extension simple shows a Tabs.
Taille du Fichier 39.99 KB
Nombre d'Installations 18
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-01-26
Date de Publication 2017-01-26
Évaluation 4.56/5 Total 9 Évaluations
Développeur sp0xff
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "short_name": "Show Me Tabs",
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html",
        "default_title": "Show Me Tabs"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ]
}