Vanish

A css/js modifier to instantly vanish your webpage

什么是Vanish?

Vanish是由Oath开发的Chrome扩展程序,该扩展的主要功能是“A css/js modifier to instantly vanish your webpage”。

扩展截图

screenshot
screenshot

下载Vanish扩展crx文件

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

扩展使用说明

                        Hello user, thank you for checking out Vanish.

Vanish is an extremely simple trigger-based extension that "vanish"es your webpage! Set a hotkey (or use the default command+shift+9 mac / control+shift+9 windows) for maximum Vanishing!

App and design by Oath

Icon made by Freepik from www.flaticon.com

-------------------------------
Update log 
-------------------------------
v.0.0.0.2
- URL Hashing/unhashing functionality added for window history - now your url will be partially masked as well!

v.0.0.0.3
- Icon updates
- Optimize class hiding strategies
- fix class removal for sites with html classes                    

扩展基本信息

名称 Vanish Vanish
ID pbbkobkednnllmihpodidmbbbihkchaf
官方URL https://chromewebstore.google.com/detail/vanish/pbbkobkednnllmihpodidmbbbihkchaf
简介 A css/js modifier to instantly vanish your webpage
文件大小 28.42 KB
安装次数 33
当前版本 0.0.0.3
更新时间 2020-02-01
上架时间 2020-02-01
开发者 Oath
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vanish",
    "description": "A css\/js modifier to instantly vanish your webpage",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "src\/resources\/img\/icon.png",
        "default_title": "Vanish"
    },
    "icons": {
        "16": "src\/resources\/img\/icon16.png",
        "48": "src\/resources\/img\/icon48.png",
        "128": "src\/resources\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/css\/cssBox.css"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+8",
                "windows": "Ctrl+Shift+8"
            }
        }
    }
}