The Password Genie

Instant and secure password generator, the extension is safe and open source

Co je The Password Genie?

The Password Genie je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Instant and secure password generator, the extension is safe and open source“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření The Password Genie

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

                        Instant and Secure password generator.                    

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

Název The Password Genie The Password Genie
ID ccdnljkkehejmcfnmifnkpnodlikdehg
Oficiální URL https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg
Popis Instant and secure password generator, the extension is safe and open source
Velikost souboru 193 KB
Počet instalací 171
Aktuální Verze 1.4.4
Poslední Aktualizace 2018-05-07
Datum Vydání 2018-05-07
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://nourabusoud.github.io/password-genie/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Password Genie",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Instant and secure password generator, the extension is safe and open source",
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]",
        "512": "images\/[email protected]",
        "1024": "images\/[email protected]"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "48": "images\/[email protected]"
        },
        "default_title": "The Password Genie",
        "default_popup": "popup.html"
    }
}