Lock it
Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.
Lock itとは何ですか?
Lock itはTigran Sargsyanによって開発されたChromeの拡張機能で、その主な機能は「Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.」です。
拡張機能のスクリーンショット
Lock it拡張機能のCRXファイルをダウンロード
Lock it拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Update: Added deadlock feature, allows you to have your tabs reopened even if you close them after warning. Selecting this option is not recommended. Deadlock can be found in Lock it extension options.
拡張機能の基本情報
名前 | |
ID | magjmoeipkknhmpcojpeomlfgaofhfho |
公式URL | https://chrome.google.com/webstore/detail/lock-it/magjmoeipkknhmpcojpeomlfgaofhfho |
説明 | Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close. |
ファイルサイズ | 118 KB |
インストール数 | 9,000 |
現在のバージョン | 0.3 |
最終更新日 | 2014-10-08 |
公開日 | 2014-10-08 |
評価 | 3.30/5 合計 103 レビュー |
開発者 | Tigran Sargsyan |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.", "icons": { "256": "icon_256.png", "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "Lock it", "page_action": { "default_icon": "unlocked_19.png", "default_title": "Unlocked" }, "permissions": [ "storage", "tabs", "management", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html", "version": "0.3" } |