Pwd#
Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.
Pwd#คืออะไร?
Pwd# เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phill84.org และคุณลักษณะหลักของมันคือ "Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pwd#
ดาวน์โหลดไฟล์ส่วนขยาย Pwd# ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension based on PwdHash 1.7 Usage: - click icon to open popup page and save master password - press ctrl+\ to fill in all password input on page (including iframes), page doesn’t necessarily need to be completely loaded, hashed password is copied into clipboard so that it's possible to manually paste it in case autofill doesn't work - double click on a filled password input to show unmasked password
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pwd# |
ID | banbidfnbpjlkeegobegafaalkcneihe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pwd/banbidfnbpjlkeegobegafaalkcneihe |
คำอธิบาย | Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields. |
ขนาดไฟล์ | 126 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2012-12-28 |
วันที่เผยแพร่ | 2012-12-28 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://phill84.org |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pwd#", "version": "0.3", "description": "Pwdhash 1.7 for Chrome. Press ctrl+\\ to fill in password fields.", "icons": { "16": "ico\/hash16.png", "48": "ico\/hash48.png", "128": "ico\/hash128.png" }, "permissions": [ "storage", "clipboardWrite" ], "content_scripts": [ { "all_frames": true, "js": [ "pwdhash.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "page": "background.html" }, "browser_action": { "default_title": "Pwd#", "default_icon": "ico\/hash16.png", "default_popup": "popup.html" } } |