LockScreen
Simple LockScreen Extension - Prim
What is LockScreen?
LockScreen is a Chrome extension developed by Linux Black, and its main feature is "Simple LockScreen Extension - Prim".
Extension Screenshots
Download LockScreen Extension CRX File
Download LockScreen 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
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.
Extension Basic Information
Name | LockScreen |
ID | klddlfohkdjafbikhjcoophcamehkbhh |
Official URL | https://chromewebstore.google.com/detail/lockscreen/klddlfohkdjafbikhjcoophcamehkbhh |
Description | Simple LockScreen Extension - Prim |
File Size | 1.25 MB |
Installation Count | 462 |
Current Version | 0.0.1 |
Last Updated | 2015-12-29 |
Publish Date | 2015-12-29 |
Rating | 3.42/5 Total 19 Ratings |
Developer | Linux Black |
Payment Type | free |
Supported Languages | 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": [ "*" ] } |