Password Revealer

Make the masked password readable

Password Revealerคืออะไร?

Password Revealer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jiaqiguo.jacky และคุณลักษณะหลักของมันคือ "Make the masked password readable"

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

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

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

                        Reveals the masked password so it's readable.                    

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

ชื่อ Password Revealer Password Revealer
ID ogoaogeggfblcfhlhilpbmedilcalpio
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ogoaogeggfblcfhlhilpbmedilcalpio
คำอธิบาย Make the masked password readable
ขนาดไฟล์ 34.46 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-10-17
วันที่เผยแพร่ 2017-10-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jiaqiguo.jacky
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jackysolutions.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Revealer",
    "description": "Make the masked password readable",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "revealPassword.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make the masked password readable",
        "default_icon": "p.png"
    },
    "manifest_version": 2
}