Unmask Password
Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.
Unmask Passwordとは何ですか?
Unmask Passwordはnkumaによって開発されたChromeの拡張機能で、その主な機能は「Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.」です。
拡張機能のスクリーンショット
Unmask Password拡張機能のCRXファイルをダウンロード
Unmask Password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unmask Password is a tool to visualize the passwords that you inputted. It prevents the wrong input of passwords. The passwords will appear when you click on the icon,and return to masked passwords when you click again. Note: This tool has no server communication. Please see for more information you can see the code. https://github.com/nkuma/UnmaskPassword When you are in a private area, please turn on the setting to display passwords. In a public area, you have to turn off the setting to return to masked passwords.
拡張機能の基本情報
名前 | Unmask Password |
ID | pmmeddaccflimcipblojlnfandenhicb |
公式URL | https://chromewebstore.google.com/detail/unmask-password/pmmeddaccflimcipblojlnfandenhicb |
説明 | Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords. |
ファイルサイズ | 39.32 KB |
インストール数 | 42,834 |
現在のバージョン | 1.8 |
最終更新日 | 2015-10-18 |
公開日 | 2015-10-17 |
評価 | 4.54/5 合計 123 レビュー |
開発者 | nkuma |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nkuma/UnmaskPassword |
対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "img\/logo.png" }, "options_page": "options.html", "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.8" } |