Invisible Password
Hide your password from those eyes!
Invisible Passwordとは何ですか?
Invisible Passwordはdvlimanによって開発されたChromeの拡張機能で、その主な機能は「Hide your password from those eyes!」です。
拡張機能のスクリーンショット
Invisible Password拡張機能のCRXファイルをダウンロード
Invisible Password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reveal hidden password under asterisks / stars
拡張機能の基本情報
名前 | |
ID | efeggfalpdfogofpllhhkccaojdbfmjh |
公式URL | https://chrome.google.com/webstore/detail/invisible-password/efeggfalpdfogofpllhhkccaojdbfmjh |
説明 | Hide your password from those eyes! |
ファイルサイズ | 48.37 KB |
インストール数 | 18 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-03-10 |
公開日 | 2014-03-10 |
開発者 | dvliman |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invisible Password", "version": "0.0.1", "manifest_version": 2, "description": "Hide your password from those eyes!", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery.min.js", "src\/inject\/inject.js" ] } ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |