Show Me Tabs (light)

This extension simple shows a Tabs.

Wat is Show Me Tabs (light)?

Show Me Tabs (light) is een Chrome-extensie ontwikkeld door sp0xff, en de belangrijkste functie is "This extension simple shows a Tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show Me Tabs (light)

Download Show Me Tabs (light)-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

                        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.                    

Basisinformatie over de Extensie

Naam Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
Officiële URL https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
Beschrijving This extension simple shows a Tabs.
Bestandsgrootte 39.99 KB
Aantal Installaties 18
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-01-26
Publicatiedatum 2017-01-26
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar sp0xff
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}