Tabs Navigator

This extension provides list of all tabs and easy navigaiton within tabs.

Co je Tabs Navigator?

Tabs Navigator je rozšíření Chrome vyvinuté anjali.tulsyan, a jeho hlavní funkcí je „This extension provides list of all tabs and easy navigaiton within tabs.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tabs Navigator

Stáhněte si soubory rozšíření Tabs Navigator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong).
From that interface, it provides quick or one-click navigation among tabs though belonging to different to window.
Along with that individual tab and individual window features.                    

Základní Informace o Rozšíření

Název Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
Oficiální URL https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
Popis This extension provides list of all tabs and easy navigaiton within tabs.
Velikost souboru 63.29 KB
Počet instalací 32
Aktuální Verze 2.1
Poslední Aktualizace 2017-09-21
Datum Vydání 2017-09-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář anjali.tulsyan
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Navigator",
    "short_name": "Tabs Nav",
    "description": "This extension provides list of all tabs and easy navigaiton within tabs.",
    "version": "2.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}