Show Password

Show passwords easily by double clicking on it!

Show Passwordคืออะไร?

Show Password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aabomukh และคุณลักษณะหลักของมันคือ "Show passwords easily by double clicking on it!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Password

ดาวน์โหลดไฟล์ส่วนขยาย Show Password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever deleted your password completely just because you typed a wrong letter ? Or tried to remember a saved password which already typed in the password field ?

This extension gives you the ability to show your passwords by double-clicking on the password fields, and it hides it either by double-clicking again or when you move the mouse away from password fields. 

The extension is completely secure, and all it does is just changing the view locally.

Note: Icon made by Freepik from www.flaticon.com.

Feel free to contact us with any question or feedback.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Show Password Show Password
ID fkkifgmeehfndalmegnbagknaeeacjdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-password/fkkifgmeehfndalmegnbagknaeeacjdk
คำอธิบาย Show passwords easily by double clicking on it!
ขนาดไฟล์ 12.13 KB
จำนวนการติดตั้ง 330
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2021-01-30
คะแนน 4.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา aabomukh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Password",
    "version": "1.0",
    "description": "Show passwords easily by double clicking on it!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon64.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Developed by Ahmad Abo-Mukh",
        "default_popup": "popup.html"
    }
}