Show Me Tabs (light)

This extension simple shows a Tabs.

Vad är Show Me Tabs (light)?

Show Me Tabs (light) är en Chrome-tillägg utvecklad av sp0xff, och dess huvudfunktion är "This extension simple shows a Tabs.".

Tilläggsskärmbilder

screenshot

Ladda ner Show Me Tabs (light)-förlängningens CRX-fil

Ladda ner Show Me Tabs (light)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
Officiell webbadress https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
Beskrivning This extension simple shows a Tabs.
Filstorlek 39.99 KB
Antal Installationer 18
Aktuell Version 1.0.1
Senast Uppdaterad 2017-01-26
Publiceringsdatum 2017-01-26
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare sp0xff
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}