Show Password Text

Shows text in password input

Apa itu Show Password Text?

Show Password Text adalah ekstensi Chrome yang dikembangkan oleh Dima PM, dan fitur utamanya adalah "Shows text in password input".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Show Password Text

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

                        Shows text entered in password input by using context menu.                    

Informasi Dasar Ekstensi

Nama Show Password Text Show Password Text
ID nbnpfhgiaplhmklolpaealfkdpfmbbpb
URL Resmi https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb
Deskripsi Shows text in password input
Ukuran File 25.47 KB
Jumlah Instalasi 469
Versi Saat Ini 0.2
Terakhir Diperbarui 2016-10-30
Tanggal Publikasi 2016-10-30
Pengembang Dima PM
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/"
    ]
}