Password Revealer

Reveals the value of all password fields on the current page. Great for trying to remember what your password is.

Apa itu Password Revealer?

Password Revealer adalah ekstensi Chrome yang dikembangkan oleh Joel Saupe, dan fitur utamanya adalah "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".

Screenshot Ekstensi

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

                        Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.                    

Informasi Dasar Ekstensi

Nama Password Revealer Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
URL Resmi https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd
Deskripsi Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Ukuran File 7.7 KB
Jumlah Instalasi 11,999
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-16
Tanggal Publikasi 2015-11-16
Penilaian 4.10/5 Total 20 Penilaian
Pengembang Joel Saupe
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Revealer",
    "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "unlock-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}