Password Revealer
Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Password Revealerคืออะไร?
Password Revealer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Saupe และคุณลักษณะหลักของมันคือ "Reveals the value of all password fields on the current page. Great for trying to remember what your password is."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Revealer
ดาวน์โหลดไฟล์ส่วนขยาย Password Revealer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Password Revealer |
ID | ciimjfgcajblmnjlcgopeflnjdknekkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd |
คำอธิบาย | Reveals the value of all password fields on the current page. Great for trying to remember what your password is. |
ขนาดไฟล์ | 7.7 KB |
จำนวนการติดตั้ง | 11,999 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-16 |
วันที่เผยแพร่ | 2015-11-16 |
คะแนน | 4.10/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | Joel Saupe |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Revealer", "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.", "version": "1.0", "browser_action": { "default_icon": "unlock-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |