Show Password

Show Password

Show Passwordคืออะไร?

Show Password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samhagin และคุณลักษณะหลักของมันคือ "Show Password"

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

screenshot

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

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

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

                        This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.                    

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

ชื่อ Show Password Show Password
ID gaichhcdflnpllpkmocfcbkbacefiank
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank
คำอธิบาย Show Password
ขนาดไฟล์ 36.15 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-08-20
วันที่เผยแพร่ 2013-08-20
คะแนน 4.27/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา samhagin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Show Password",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.showPassword.min.js",
                "showPassword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "6",
    "manifest_version": 2,
    "name": "Show Password",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0"
}