Tabs Navigator

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

Cos'è Tabs Navigator?

Tabs Navigator è un'estensione di Chrome sviluppata da anjali.tulsyan, e la sua funzione principale è "This extension provides list of all tabs and easy navigaiton within tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabs Navigator

Scarica i file di estensione Tabs Navigator 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
URL Ufficiale https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
Descrizione This extension provides list of all tabs and easy navigaiton within tabs.
Dimensione del File 63.29 KB
Conteggio Installazioni 32
Versione Corrente 2.1
Ultimo Aggiornamento 2017-09-21
Data di Pubblicazione 2017-09-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore anjali.tulsyan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}