Tabs Protection Password

Saves and closes with a password of your open tabs. It prevents the creation of a new tab.

Tabs Protection Password란 무엇입니까?

Tabs Protection Password은(는) https://www.hase.su에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves and closes with a password of your open tabs. It prevents the creation of a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tabs Protection Password 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly hide and protect your tabs with a password.

Protect your tabs, browser history and downloads from being viewed by your supervisor at work and your children at home in just a single click!                    

확장 프로그램 기본 정보

이름 Tabs Protection Password Tabs Protection Password
ID ldphmgppmllkbknkbjkhpimlgjgkbogp
공식 URL https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp
설명 Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
파일 크기 1.38 MB
설치 횟수 2,565
현재 버전 1.0.1
최근 업데이트 2016-10-27
출시 날짜 2016-10-27
평점 2.93/5 총 27 개의 평점
개발자 https://www.hase.su
결제 유형 free
확장 프로그램 웹 사이트 http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19x19.png",
        "default_title": "__MSG_unlocked__"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "1.0.1"
}