Password revealer

Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.

Password revealerคืออะไร?

Password revealer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonathan.svarden และคุณลักษณะหลักของมันคือ "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling."

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

screenshot
screenshot

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

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

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

                                            

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

ชื่อ Password revealer Password revealer
ID ekgbhfcaocclbckaiodiegejdinnndja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja
คำอธิบาย Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
ขนาดไฟล์ 15.35 KB
จำนวนการติดตั้ง 967
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-03-30
วันที่เผยแพร่ 2014-03-30
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา jonathan.svarden
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.1",
    "description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "revealext.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}