LockScreen
Simple LockScreen Extension - Prim
什么是LockScreen?
LockScreen是由Linux Black开发的Chrome扩展程序,该扩展的主要功能是“Simple LockScreen Extension - Prim”。
扩展截图
下载LockScreen扩展crx文件
下载LockScreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ "*" ] } |