Lock for Google Chrome™

Locks chrome after a chosen amount of time.

Lock for Google Chrome™란 무엇입니까?

Lock for Google Chrome™은(는) OGMdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Locks chrome after a chosen amount of time."입니다.

확장 프로그램 스크린샷

screenshot

Lock for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        User specifies the time in intervals of 1, 5, 10,...90 minutes until chrome locks the page. Also can edit this preference while the timer is running.
1). enter your password to unlock later.
2). Simply click on the lock icon to choose the time. 
3). When the time is up a password authenticaton will popup 
4). unlock with your pw.                    

확장 프로그램 기본 정보

이름 Lock for Google Chrome™ Lock for Google Chrome™
ID eplgjobanbeabmgflcnfgdhcbnailejp
공식 URL https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp
설명 Locks chrome after a chosen amount of time.
파일 크기 16.27 KB
설치 횟수 6,193
현재 버전 2.1
최근 업데이트 2013-04-18
출시 날짜 2013-04-18
평점 3.02/5 총 59 개의 평점
개발자 OGMdev
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "mLock.png",
        "default_title": "Lock page"
    },
    "description": "Locks chrome after a chosen amount of time.",
    "icons": {
        "128": "mLock.png",
        "16": "mLock.png",
        "48": "mLock.png"
    },
    "manifest_version": 2,
    "name": "Lock for Google Chrome\u2122",
    "permissions": [
        "background"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1"
}