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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nkuma และคุณลักษณะหลักของมันคือ "Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unmask Password
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |