Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Tabs Protection Passwordとは何ですか?
Tabs Protection Passwordはhttps://www.hase.suによって開発されたChromeの拡張機能で、その主な機能は「Saves and closes with a password of your open tabs. It prevents the creation of a new tab.」です。
拡張機能のスクリーンショット
Tabs Protection Password拡張機能のCRXファイルをダウンロード
Tabs Protection Password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly hide and protect your tabs with a password. Protect your tabs, browser history and downloads from being viewed by your supervisor at work and your children at home in just a single click!
拡張機能の基本情報
名前 | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
公式URL | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
説明 | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
ファイルサイズ | 1.38 MB |
インストール数 | 2,565 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-10-27 |
公開日 | 2016-10-27 |
評価 | 2.93/5 合計 27 レビュー |
開発者 | https://www.hase.su |
支払い方法 | free |
拡張機能のウェブサイト | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/19x19.png", "default_title": "__MSG_unlocked__" }, "default_locale": "en", "description": "__MSG_app_description__", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "__MSG_app_name__", "permissions": [ "tabs", "storage" ], "version": "1.0.1" } |