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 |
官方網址 | 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" } |