Browser Tab Master

Easily manage your tabs, organize tabs with groups, save tabs for later use.

什么是Browser Tab Master?

Browser Tab Master是由Lemay开发的Chrome扩展程序,该扩展的主要功能是“Easily manage your tabs, organize tabs with groups, save tabs for later use.”。

扩展截图

screenshot
screenshot
screenshot

下载Browser Tab Master扩展crx文件

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

扩展使用说明

                        Manage and Organize Browser Tabs

* Drag & Drop to organize
* Save tabs to groups for later use
* Add tabs to saved groups
* Move tabs from saved groups to windows
* Synchronize saved tabs across devices(use Chrome's built-in sync provided by Google)                    

扩展基本信息

名称 Browser Tab Master Browser Tab Master
ID bcbapamhiimefhefkddjbncfgpieccdd
官方URL https://chromewebstore.google.com/detail/browser-tab-master/bcbapamhiimefhefkddjbncfgpieccdd
简介 Easily manage your tabs, organize tabs with groups, save tabs for later use.
文件大小 110 KB
安装次数 16
当前版本 1.0.4
更新时间 2017-10-15
上架时间 2017-10-15
评分 5.00/5 共1次评分
开发者 Lemay
电子邮箱 [email protected]
付费类型 free
扩展官网 http://nmhnmh.github.io/browser-tab-master
隐私政策页面URL http://lemay.cc/en/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "1.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/nmhnmh.github.io\/browser-tab-master",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png",
        "1024": "icons\/icon_1024.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png",
            "512": "icons\/icon_512.png",
            "1024": "icons\/icon_1024.png"
        },
        "default_title": "__MSG_ext_short_name__"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "*.jpg",
        "*.jpeg",
        "*.png",
        "*.gif"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}