Input Type Text

Display all passwords in clear text.

Input Type Textคืออะไร?

Input Type Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmmn.nighthawk และคุณลักษณะหลักของมันคือ "Display all passwords in clear text."

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

screenshot

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

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

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

                        The idea for this app was originally conceived of, somewhat mischievously, as a way to teach a lesson about web security to people that store their passwords in the browser.

But hopefully it can be helpful for other use cases!                    

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

ชื่อ Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
คำอธิบาย Display all passwords in clear text.
ขนาดไฟล์ 3.18 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2016-06-04
วันที่เผยแพร่ 2016-06-03
ผู้พัฒนา cmmn.nighthawk
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input Type Text",
    "description": "Display all passwords in clear text.",
    "version": "0.4",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js.js"
            ]
        }
    ]
}