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 |
公式URL | 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" } |