Show password
Viewing hidden passwords on page
Show passwordคืออะไร?
Show password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexandr1drozd และคุณลักษณะหลักของมันคือ "Viewing hidden passwords on page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show password
ดาวน์โหลดไฟล์ส่วนขยาย Show password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you can see your password in the password field, it is very convenient to use it on sites where this option is not available.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show password |
ID | clknajphkicnepcpecgjghccmmkhcagc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-password/clknajphkicnepcpecgjghccmmkhcagc |
คำอธิบาย | Viewing hidden passwords on page |
ขนาดไฟล์ | 32.59 KB |
จำนวนการติดตั้ง | 4,403 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2023-02-02 |
วันที่เผยแพร่ | 2019-01-19 |
คะแนน | 4.73/5 รวมทั้งหมด 40 คะแนน |
ผู้พัฒนา | alexandr1drozd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Show password", "description": "Viewing hidden passwords on page", "icons": { "19": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "2.1", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Make show password", "default_popup": "popup.html" } } |