Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Password Revealคืออะไร?

Password Reveal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://suarezluis.com และคุณลักษณะหลักของมันคือ "One click password reveal. Just click the icon and any password that is hidden will become legible text."

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

screenshot
screenshot

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

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

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

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

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

ชื่อ Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
คำอธิบาย One click password reveal. Just click the icon and any password that is hidden will become legible text.
ขนาดไฟล์ 7.59 KB
จำนวนการติดตั้ง 815
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-01-08
วันที่เผยแพร่ 2019-01-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://suarezluis.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}