Show Password
Forgotten your password? Show password of password field. Source Code can be found in Github.
Show Passwordคืออะไร?
Show Password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simon Meraner และคุณลักษณะหลักของมันคือ "Forgotten your password? Show password of password field. Source Code can be found in Github."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Password
ดาวน์โหลดไฟล์ส่วนขยาย Show Password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show hidden passwords in password fields. Right-click to a password field and click "Show Password"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show Password |
ID | aglbjehgamjplgcjkcembamkcaclecmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-password/aglbjehgamjplgcjkcembamkcaclecmi |
คำอธิบาย | Forgotten your password? Show password of password field. Source Code can be found in Github. |
ขนาดไฟล์ | 10.79 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-04-18 |
วันที่เผยแพร่ | 2019-04-14 |
ผู้พัฒนา | Simon Meraner |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show Password", "author": "smeraner", "version": "1.0.1", "description": "Forgotten your password? Show password of password field. Source Code can be found in Github.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ] } |