Peek a Pass
Quick peek/retrieve a password from your input
Peek a Passคืออะไร?
Peek a Pass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nhac Tat Nguyen และคุณลักษณะหลักของมันคือ "Quick peek/retrieve a password from your input"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Peek a Pass
ดาวน์โหลดไฟล์ส่วนขยาย Peek a Pass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Feature list: - Show (reveal) password from your input field when clicking on the extension icon (the password will automatically be hidden again after 4 seconds) - Right-click to copy the password to the clipboard without exposing it to the UI Sometimes, you doubt that you typed the wrong password, and delete everything just because of one letter wrong. This extension will help you unmask and edit it just like normal text, just by clicking on the extension icon. Nowadays, we have too many passwords to remember, and I know that so many people are using google to save their passwords. And whenever they want to see the saved password (to log in somewhere else), they need to go to the password management page, find the password in a very long table, then input their current Google password just to do a simple thing. With this extension, just type the URL of the web, go to the log in page and take the password with one click, easy. This extension is light, totally safe as it has no communication with server. The opensource is at: https://github.com/NguyenTatNhac/peek-a-pass
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jpaklegcpejacdlkfiedcakegdmkiekh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/peek-a-pass/jpaklegcpejacdlkfiedcakegdmkiekh |
คำอธิบาย | Quick peek/retrieve a password from your input |
ขนาดไฟล์ | 9.25 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2021-03-07 |
วันที่เผยแพร่ | 2021-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Nhac Tat Nguyen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peek a Pass", "description": "Quick peek\/retrieve a password from your input", "author": "Nhac Tat Nguyen", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js", "js\/context-menu\/context-menu-handler.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |