Show Password

Passwords are shown in plain text in asterisk fields on the page being viewed

Show Passwordคืออะไร?

Show Password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danyossidia และคุณลักษณะหลักของมันคือ "Passwords are shown in plain text in asterisk fields on the page being viewed"

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

screenshot

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

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

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

                        This extension enables you to reveal the password behind the asterisk password field. Simply click "Show Password!"                    

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

ชื่อ Show Password Show Password
ID blelcdgbeokmmchmggmogkdgcpifijam
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/show-password/blelcdgbeokmmchmggmogkdgcpifijam
คำอธิบาย Passwords are shown in plain text in asterisk fields on the page being viewed
ขนาดไฟล์ 34.03 KB
จำนวนการติดตั้ง 1,842
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-12-19
วันที่เผยแพร่ 2013-12-19
คะแนน 3.32/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา danyossidia
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Show Password",
    "description": "Passwords are shown in plain text in asterisk fields on the page being viewed",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}