Show password
Ability to show passwords in input fields!
Show passwordคืออะไร?
Show password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zerfl.com และคุณลักษณะหลักของมันคือ "Ability to show passwords in input fields!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show password
ดาวน์โหลดไฟล์ส่วนขยาย Show password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unmask all password fields on any site! Version 1.01: * Fixed error when using the "Show password" button multiple times
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show password |
ID | bhdnhgkhmoeacgcfkokmoidaedlblgho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho |
คำอธิบาย | Ability to show passwords in input fields! |
ขนาดไฟล์ | 12.84 KB |
จำนวนการติดตั้ง | 1,824 |
เวอร์ชันปัจจุบัน | 1.01 |
อัปเดตครั้งล่าสุด | 2018-12-30 |
วันที่เผยแพร่ | 2018-12-30 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://zerfl.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show password", "version": "1.01", "description": "Ability to show passwords in input fields!", "permissions": [ "declarativeContent", "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "32": "icon32.png", "64": "icon64.png", "96": "icon96.png", "128": "icon128.png" } } |