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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}