Lock for Google Chrome™
Locks chrome after a chosen amount of time.
What is Lock for Google Chrome™?
Lock for Google Chrome™ is a Chrome extension developed by OGMdev, and its main feature is "Locks chrome after a chosen amount of time.".
Extension Screenshots
Download Lock for Google Chrome™ Extension CRX File
Download Lock for Google Chrome™ 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
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.
Extension Basic Information
Name | Lock for Google Chrome™ |
ID | eplgjobanbeabmgflcnfgdhcbnailejp |
Official URL | https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp |
Description | Locks chrome after a chosen amount of time. |
File Size | 16.27 KB |
Installation Count | 6,193 |
Current Version | 2.1 |
Last Updated | 2013-04-18 |
Publish Date | 2013-04-18 |
Rating | 3.02/5 Total 59 Ratings |
Developer | OGMdev |
Payment Type | free |
Supported Languages | 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" } |