Tabist

Quick Tab Switcher

什么是Tabist?

Tabist是由fivenineplusr开发的Chrome扩展程序,该扩展的主要功能是“Quick Tab Switcher”。

扩展截图

screenshot

下载Tabist扩展crx文件

下载Tabist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
官方URL https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
简介 Quick Tab Switcher
文件大小 31.15 KB
安装次数 728
当前版本 0.1.6
更新时间 2016-09-18
上架时间 2016-09-18
评分 5.00/5 共1次评分
开发者 fivenineplusr
付费类型 free
扩展官网 http://github.com/fiveNinePlusR/tabist
帮助页面URL http://github.com/fiveNinePlusR/tabist
支持的语言 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"
        }
    }
}