Tabli

A simple, powerful tab manager

什么是Tabli?

Tabli是由https://gettabli.com开发的Chrome扩展程序,该扩展的主要功能是“A simple, powerful tab manager”。

扩展截图

screenshot
screenshot
screenshot

下载Tabli扩展crx文件

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

扩展使用说明

                        Tabli is a free tab manager for Google Chrome that provides fast switching between windows and tabs and the ability to save and restore windows.

Tabli runs entirely as an extension in your browser. Tabli does not make any outbound data connections and does not send any data whatsoever to any external application, extension or cloud service.

You can learn more about Tabli on the Tabli web site (under "Additional Information")                    

扩展基本信息

名称 Tabli Tabli
ID igeehkedfibbnhbfponhjjplpkeomghi
官方URL https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi
简介 A simple, powerful tab manager
文件大小 2.55 MB
安装次数 62,081
当前版本 2.1.2
更新时间 2021-04-29
上架时间 2020-03-29
评分 4.68/5 共470次评分
开发者 https://gettabli.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gettabli.com/
帮助页面URL https://www.gettabli.com/tabli-usage.html
隐私政策页面URL https://www.gettabli.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabli",
    "description": "A simple, powerful tab manager",
    "version": "2.1.2",
    "browser_action": {
        "default_icon": "images\/glyphicons_154_more_windows.png",
        "default_popup": "popup.html",
        "default_title": "Tabli"
    },
    "background": {
        "scripts": [
            "js\/common.bundle.js",
            "js\/bgHelper.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "chrome:\/\/favicon\/*"
    ],
    "icons": {
        "16": "images\/glyphicons_154_more_windows.png",
        "48": "images\/Multimedia-12-48.png",
        "128": "images\/Multimedia-12-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "MacCtrl+Period"
            }
        },
        "show_popout": {
            "description": "Show the Tabli popout window",
            "global": true,
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "MacCtrl+Comma"
            }
        }
    }
}