un-password

simple way to reveal password inputs on chrome - for lazies

Apa itu un-password?

un-password adalah ekstensi Chrome yang dikembangkan oleh denolk, dan fitur utamanya adalah "simple way to reveal password inputs on chrome - for lazies".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi un-password

Unduh file ekstensi un-password 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

                        simple way to reveal password inputs on chrome - for lazies
just double-click on the password input.                    

Informasi Dasar Ekstensi

Nama un-password un-password
ID lijhhlnbdhacjpefglmoblkpekegmfdd
URL Resmi https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd
Deskripsi simple way to reveal password inputs on chrome - for lazies
Ukuran File 14.09 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-09-02
Tanggal Publikasi 2018-09-01
Pengembang denolk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ozgend/un-password
URL Halaman Bantuan https://github.com/ozgend/un-password
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "un-password",
    "author": "denolk",
    "description": "simple way to reveal password inputs on chrome - for lazies",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}