Password revealer

Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.

Apa itu Password revealer?

Password revealer adalah ekstensi Chrome yang dikembangkan oleh jonathan.svarden, dan fitur utamanya adalah "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Password revealer

Unduh file ekstensi Password revealer 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

                                            

Informasi Dasar Ekstensi

Nama Password revealer Password revealer
ID ekgbhfcaocclbckaiodiegejdinnndja
URL Resmi https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja
Deskripsi Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
Ukuran File 15.35 KB
Jumlah Instalasi 967
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-03-30
Tanggal Publikasi 2014-03-30
Penilaian 4.38/5 Total 8 Penilaian
Pengembang jonathan.svarden
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.1",
    "description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "revealext.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}