Tabist

Quick Tab Switcher

What is Tabist?

Tabist is a Chrome extension developed by fivenineplusr, and its main feature is "Quick Tab Switcher".

Extension Screenshots

screenshot

Download Tabist Extension CRX File

Download Tabist 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

                        Quickly find the tab that you want to see and click the link to go to that tab.                    

Extension Basic Information

Name Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
Official URL https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
Description Quick Tab Switcher
File Size 31.15 KB
Installation Count 728
Current Version 0.1.6
Last Updated 2016-09-18
Publish Date 2016-09-18
Rating 5.00/5 Total 1 Ratings
Developer fivenineplusr
Payment Type free
Extension Website http://github.com/fiveNinePlusR/tabist
Help Page URL http://github.com/fiveNinePlusR/tabist
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quick Tab Switcher",
    "manifest_version": 2,
    "name": "Tabist",
    "version": "0.1.6",
    "homepage_url": "https:\/\/github.com\/fiveNinePlusR\/tabist",
    "icons": {
        "48": "icons\/page-48_white.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/page-32_white.png"
    },
    "commands": {
        "toggle-tabist": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E"
            },
            "description": "Toggle or activate a Tabist tab"
        }
    }
}