Tabs Navigator

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

Was ist Tabs Navigator?

Tabs Navigator ist eine Chrome-Erweiterung, die von anjali.tulsyan entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides list of all tabs and easy navigaiton within tabs.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tabs Navigator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabs Navigator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
Offizielle URL https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
Beschreibung This extension provides list of all tabs and easy navigaiton within tabs.
Dateigröße 63.29 KB
Installationsanzahl 32
Aktuelle Version 2.1
Letztes Update 2017-09-21
Veröffentlichungsdatum 2017-09-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler anjali.tulsyan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}