Input Type Text

Display all passwords in clear text.

Apa itu Input Type Text?

Input Type Text adalah ekstensi Chrome yang dikembangkan oleh cmmn.nighthawk, dan fitur utamanya adalah "Display all passwords in clear text.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Input Type Text

Unduh file ekstensi Input Type Text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
URL Resmi https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Deskripsi Display all passwords in clear text.
Ukuran File 3.18 KB
Jumlah Instalasi 57
Versi Saat Ini 0.4
Terakhir Diperbarui 2016-06-04
Tanggal Publikasi 2016-06-03
Pengembang cmmn.nighthawk
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}