LockScreen

Simple LockScreen Extension - Prim

LockScreen란 무엇입니까?

LockScreen은(는) Linux Black에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple LockScreen Extension - Prim"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LockScreen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Protect Sensitive information at work.

LockScreen is designed to allow the user to lock sensitive pages- with a password protected pop-up box. 

Pages can be manually locked, automatically locked or time locked. 

If you are minimalist browser lock,try LockScreen. 

If you have suggestions, questions or comments simply click on the Support link and post in the forum.                    

확장 프로그램 기본 정보

이름 LockScreen LockScreen
ID klddlfohkdjafbikhjcoophcamehkbhh
공식 URL https://chromewebstore.google.com/detail/lockscreen/klddlfohkdjafbikhjcoophcamehkbhh
설명 Simple LockScreen Extension - Prim
파일 크기 1.25 MB
설치 횟수 462
현재 버전 0.0.1
최근 업데이트 2015-12-29
출시 날짜 2015-12-29
평점 3.42/5 총 19 개의 평점
개발자 Linux Black
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "contextMenus"
    ],
    "name": "LockScreen",
    "description": "Simple LockScreen Extension - Prim",
    "version": "0.0.1",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "js\/MYmaterialize.js",
                "content.js"
            ],
            "css": [
                "css\/MYmaterialize.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Simple LockScreen Extension - Prim"
    },
    "web_accessible_resources": [
        "*"
    ]
}