Tabio

An open source tab manager for Chrome

什么是Tabio?

Tabio是由colebemis开发的Chrome扩展程序,该扩展的主要功能是“An open source tab manager for Chrome”。

扩展截图

screenshot

下载Tabio扩展crx文件

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

扩展使用说明

                        Made for tab hoarders like you.

• All your tabs in one place
View all of your tabs across all windows in a single list.

• Search by title and url
Quickly find the right tab with fuzzy search.

• Never touch the mouse
Speed up your workflow with keyboard shortcuts.

For more information, visit http://usetabio.com                    

扩展基本信息

名称 Tabio Tabio
ID bgbhfmeabcmpjblimfddkeikogidjhao
官方URL https://chromewebstore.google.com/detail/tabio/bgbhfmeabcmpjblimfddkeikogidjhao
简介 An open source tab manager for Chrome
文件大小 75.09 KB
安装次数 629
当前版本 2.0.4
更新时间 2018-08-21
上架时间 2018-08-20
评分 4.00/5 共19次评分
开发者 colebemis
付费类型 free
扩展官网 http://usetabio.com
帮助页面URL http://github.com/colebemis/tabio/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabio",
    "version": "2.0.4",
    "description": "An open source tab manager for Chrome",
    "author": "Cole Bemis  (http:\/\/colebemis.com)",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+K"
            }
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}