Password Toggler - view typed passwords
Adds button to show/hide password in input elements
Password Toggler - view typed passwordsคืออะไร?
Password Toggler - view typed passwords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pckltr และคุณลักษณะหลักของมันคือ "Adds button to show/hide password in input elements"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Toggler - view typed passwords
ดาวน์โหลดไฟล์ส่วนขยาย Password Toggler - view typed passwords ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly.
Contribute: https://github.com/pckltr/password-toggler
Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | noeijkpjmgcnaoccgnfccfemmgbefnic |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic |
| คำอธิบาย | Adds button to show/hide password in input elements |
| ขนาดไฟล์ | 12.77 KB |
| จำนวนการติดตั้ง | 963 |
| เวอร์ชันปัจจุบัน | 1.3.2 |
| อัปเดตครั้งล่าสุด | 2017-05-05 |
| วันที่เผยแพร่ | 2017-05-05 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | pckltr |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/pckltr/password-toggler |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Password Toggler - view typed passwords",
"short_name": "passTogg",
"description": "Adds button to show\/hide password in input elements",
"version": "1.3.2",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-script.js"
]
}
]
} | |