Tabs Navigator

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

What is Tabs Navigator?

Tabs Navigator is a Chrome extension developed by anjali.tulsyan, and its main feature is "This extension provides list of all tabs and easy navigaiton within tabs.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tabs Navigator Extension CRX File

Download Tabs Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
Official URL https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
Description This extension provides list of all tabs and easy navigaiton within tabs.
File Size 63.29 KB
Installation Count 32
Current Version 2.1
Last Updated 2017-09-21
Publish Date 2017-09-21
Rating 5.00/5 Total 2 Ratings
Developer anjali.tulsyan
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}