Vanish

A css/js modifier to instantly vanish your webpage

Vanish là gì?

Vanish là một tiện ích mở rộng Chrome được phát triển bởi Oath, và tính năng chính của nó là "A css/js modifier to instantly vanish your webpage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vanish

Tải xuống các tệp mở rộng Vanish dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vanish Vanish
ID pbbkobkednnllmihpodidmbbbihkchaf
URL Chính Thức https://chromewebstore.google.com/detail/vanish/pbbkobkednnllmihpodidmbbbihkchaf
Mô tả A css/js modifier to instantly vanish your webpage
Kích Thước Tệp 28.42 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2020-02-01
Ngày Phát Hành 2020-02-01
Nhà Phát Triển Oath
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}