Show Me Tabs (light)

This extension simple shows a Tabs.

Cos'è Show Me Tabs (light)?

Show Me Tabs (light) è un'estensione di Chrome sviluppata da sp0xff, e la sua funzione principale è "This extension simple shows a Tabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show Me Tabs (light)

Scarica i file di estensione Show Me Tabs (light) 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
URL Ufficiale https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
Descrizione This extension simple shows a Tabs.
Dimensione del File 39.99 KB
Conteggio Installazioni 18
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-01-26
Data di Pubblicazione 2017-01-26
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore sp0xff
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}