Show Password Text

Shows text in password input

Show Password Textคืออะไร?

Show Password Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima PM และคุณลักษณะหลักของมันคือ "Shows text in password input"

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

screenshot

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

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

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

                        Shows text entered in password input by using context menu.                    

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

ชื่อ Show Password Text Show Password Text
ID nbnpfhgiaplhmklolpaealfkdpfmbbpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb
คำอธิบาย Shows text in password input
ขนาดไฟล์ 25.47 KB
จำนวนการติดตั้ง 469
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-10-30
วันที่เผยแพร่ 2016-10-30
ผู้พัฒนา Dima PM
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Show Password Text",
    "version": "0.2",
    "description": "Shows text in password input",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}