StartLock

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

Wat is StartLock?

StartLock is een Chrome-extensie ontwikkeld door ipcws, en de belangrijkste functie is "启动Chrome时,需要输入密码后才能进入。".

Download het CRX-bestand van de extensie StartLock

Download StartLock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam StartLock StartLock
ID dcnikbnikeaphjjbgidpjhencegmefgn
Officiële URL https://chrome.google.com/webstore/detail/startlock/dcnikbnikeaphjjbgidpjhencegmefgn
Beschrijving 启动Chrome时,需要输入密码后才能进入。
Bestandsgrootte 10.87 KB
Aantal Installaties 50
Huidige Versie 1.0.3
Laatst Bijgewerkt 2014-06-09
Publicatiedatum 2014-06-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ipcws
Betalingswijze free
Ondersteunde Talen 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"
    ]
}