Offline Password Generator

Generate random passwords that are highly secured

Co je Offline Password Generator?

Offline Password Generator je rozšíření Chrome vyvinuté Ivan Ivanenko, a jeho hlavní funkcí je „Generate random passwords that are highly secured“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Offline Password Generator

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

                        Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters.

You can choose password length.                    

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

Název Offline Password Generator Offline Password Generator
ID oebajlmokanlllbjpmadgjohjgmbeiio
Oficiální URL https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio
Popis Generate random passwords that are highly secured
Velikost souboru 146 KB
Počet instalací 55
Aktuální Verze 1.3
Poslední Aktualizace 2012-11-26
Datum Vydání 2012-11-26
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Ivan Ivanenko
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offline Password Generator",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Generate random passwords that are highly secured",
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "res\/jquery-1.8.3.js",
                "logic.js"
            ],
            "css": [
                "res\/bootstrap.min.css",
                "res\/bootstrap-responsive.min.css"
            ]
        }
    ]
}