Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Co je Password Reveal?

Password Reveal je rozšíření Chrome vyvinuté https://suarezluis.com, a jeho hlavní funkcí je „One click password reveal. Just click the icon and any password that is hidden will become legible text.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Password Reveal 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í

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

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

Název Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
Oficiální URL https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Popis One click password reveal. Just click the icon and any password that is hidden will become legible text.
Velikost souboru 7.59 KB
Počet instalací 815
Aktuální Verze 1.0
Poslední Aktualizace 2019-01-08
Datum Vydání 2019-01-07
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://suarezluis.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}