Hide Tab

Hide your browser tabs.

什么是Hide Tab?

Hide Tab是由buzznewsx.com开发的Chrome扩展程序,该扩展的主要功能是“Hide your browser tabs.”。

扩展截图

screenshot

下载Hide Tab扩展crx文件

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

扩展使用说明

                        Restarting the browser after installation takes effect.

One click hides the browser tabs you're visiting, which is useful when you don't want people to see your tabs.
Click the icon button or Alt + q (Mac: option + q) to implement tagging and hiding.                    

扩展基本信息

名称 Hide Tab Hide Tab
ID fgkbkepokoodbbcbcboiopdkfelpjhgi
官方URL https://chromewebstore.google.com/detail/hide-tab/fgkbkepokoodbbcbcboiopdkfelpjhgi
简介 Hide your browser tabs.
文件大小 15.93 KB
安装次数 742
当前版本 0.0.3
更新时间 2020-06-11
上架时间 2020-06-11
评分 4.60/5 共5次评分
开发者 buzznewsx.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.buzznewsx.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_title": "HideTab"
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Hide\/Show"
        }
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/favicon.ico",
        "images\/default.ico"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}