StartLock

启动Chrome时,需要输入密码后才能进入。

What is StartLock?

StartLock is a Chrome extension developed by ipcws, and its main feature is "启动Chrome时,需要输入密码后才能进入。".

Download StartLock Extension CRX File

Download StartLock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        功能:启动chrome时,需要输入密码才能进入,防止未经授权的他人使用chrome。
注意:1、请先知晓本扩展的作用后再安装。
2、默认为启用启动锁定功能,须自行前往本扩展设置页开启。
3、默认密码6个1,修改密码后请牢记。

声明:忘记密码,造成不能进入chrome的本人概不负责。                    

Extension Basic Information

Name StartLock StartLock
ID dcnikbnikeaphjjbgidpjhencegmefgn
Official URL https://chrome.google.com/webstore/detail/startlock/dcnikbnikeaphjjbgidpjhencegmefgn
Description 启动Chrome时,需要输入密码后才能进入。
File Size 10.87 KB
Installation Count 50
Current Version 1.0.3
Last Updated 2014-06-09
Publish Date 2014-06-09
Rating 5.00/5 Total 3 Ratings
Developer ipcws
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "StartLock",
    "version": "1.0.3",
    "description": "\u542f\u52a8Chrome\u65f6\uff0c\u9700\u8981\u8f93\u5165\u5bc6\u7801\u540e\u624d\u80fd\u8fdb\u5165\u3002",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}