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.

Co je Password revealer?

Password revealer je rozšíření Chrome vyvinuté jonathan.svarden, a jeho hlavní funkcí je „Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Password revealer

Stáhněte si soubory rozšíření Password revealer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Password revealer Password revealer
ID ekgbhfcaocclbckaiodiegejdinnndja
Oficiální URL https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja
Popis Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
Velikost souboru 15.35 KB
Počet instalací 967
Aktuální Verze 0.1
Poslední Aktualizace 2014-03-30
Datum Vydání 2014-03-30
Hodnocení 4.38/5 Celkem 8 Hodnocení
Vývojář jonathan.svarden
Typ Platby free
Podporované Jazyky 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
}