Lock for Google Chrome™
Locks chrome after a chosen amount of time.
什麼是Lock for Google Chrome™?
Lock for Google Chrome™是由OGMdev開發的Chrome擴展程式,該擴展的主要功能是“Locks chrome after a chosen amount of time.”。
擴展截圖
下載Lock for Google Chrome™擴展crx文件
下載Lock for Google Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Lock for Google Chrome™ |
ID | eplgjobanbeabmgflcnfgdhcbnailejp |
官方網址 | https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp |
簡介 | Locks chrome after a chosen amount of time. |
檔案大小 | 16.27 KB |
安裝次數 | 6,193 |
目前版本 | 2.1 |
更新時間 | 2013-04-18 |
上架時間 | 2013-04-18 |
評分 | 3.02/5 共 59 次評分 |
開發者 | OGMdev |
付費類型 | free |
支援的語言 | 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" } |