Hide!!! - Panic Button and Tab Manager

Instantly hide and restore your open tabs.

什么是Hide!!! - Panic Button and Tab Manager?

Hide!!! - Panic Button and Tab Manager是由Velvet Market开发的Chrome扩展程序,该扩展的主要功能是“Instantly hide and restore your open tabs.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Hide!!! - Panic Button and Tab Manager扩展crx文件

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

扩展使用说明

                        Pretend like you're working with Hide!!!

Hide!!! allows you to close your tabs in a pinch and then restore them when the coast is clear. When you close your tabs, Hide!!! will also redirect you to a safe page so you can disguise what you were doing. If the option is enabled, Hide!!! can also clear your history--to fully cover your tracks.

By default, the hotkeys are (Alt + P) to "hide" and (Alt + O) to "restore". The default redirection page is "google.com". To change these settings and more, click on the Hide!!! icon in your Chrome Toolbar.

=======================================================

To see the source code for our project, please visit https://github.com/velvet-market/Hide

Made by Velvet Market. Developed by Hao Zheng and Eugene Li.

=======================================================

If you enjoyed our extension (or didn't), we would really appreciate a review with your honest feedback!                    

扩展基本信息

名称 Hide!!! - Panic Button and Tab Manager Hide!!! - Panic Button and Tab Manager
ID dppkgbgooinkbjemcpddmldmppgfngik
官方URL https://chromewebstore.google.com/detail/hide-panic-button-and-tab/dppkgbgooinkbjemcpddmldmppgfngik
简介 Instantly hide and restore your open tabs.
文件大小 1.71 MB
安装次数 3,403
当前版本 1.3
更新时间 2022-03-19
上架时间 2021-10-18
评分 4.33/5 共21次评分
开发者 Velvet Market
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/velvet-market/Hide
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide!!! - Panic Button and Tab Manager",
    "author": "Eugene Li and Hao Zheng",
    "description": "Instantly hide and restore your open tabs.",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ],
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "16": "\/images\/open-16.png",
            "32": "\/images\/open-32.png",
            "48": "\/images\/open-48.png",
            "128": "\/images\/open-128.png"
        }
    },
    "icons": {
        "16": "\/images\/open-16.png",
        "32": "\/images\/open-32.png",
        "48": "\/images\/open-48.png",
        "128": "\/images\/open-128.png"
    },
    "commands": {
        "hide": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Hide"
        },
        "restore": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Restore"
        }
    }
}