iCloser
A Google Chrome Extension to automatically close Incognito windows after a period of inactivity.
iCloserとは何ですか?
iCloserはHouserDevによって開発されたChromeの拡張機能で、その主な機能は「A Google Chrome Extension to automatically close Incognito windows after a period of inactivity.」です。
拡張機能のスクリーンショット
iCloser拡張機能のCRXファイルをダウンロード
iCloser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In case you use Incognito windows at work (or home) and forget to close them, this extension will keep your co-workers from happening upon your private windows by automatically closing them for you after a period of inactivity. Choose any number of minutes from 1 to 5 hours and then rest assured that your window will quietly be closed for you if you forget. NOTE: You must enable the extension to work in Incognito mode in order for this to do the job it is intended to do.
拡張機能の基本情報
名前 | |
ID | gimnbijfnecgjlmebbofpdglddeginml |
公式URL | https://chrome.google.com/webstore/detail/icloser/gimnbijfnecgjlmebbofpdglddeginml |
説明 | A Google Chrome Extension to automatically close Incognito windows after a period of inactivity. |
ファイルサイズ | 41.93 KB |
インストール数 | 141 |
現在のバージョン | 1.0.1 |
最終更新日 | 2014-02-18 |
公開日 | 2014-02-18 |
評価 | 3.17/5 合計 6 レビュー |
開発者 | HouserDev |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iCloser", "description": "A Google Chrome Extension to automatically close Incognito windows after a period of inactivity.", "version": "1.0.1", "background": { "scripts": [ "icloser.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "icloserDOM.js" ], "run_at": "document_end" } ], "options_page": "icloserOptions.html", "permissions": [ "tabs", "background" ], "icons": { "16": "icloser_16.png", "48": "icloser_48.png", "128": "icloser_128.png" } } |