Offline Password Generator

Generate random passwords that are highly secured

Co to jest Offline Password Generator?

Offline Password Generator to rozszerzenie Chrome opracowane przez Ivan Ivanenko, a jego główną funkcją jest „Generate random passwords that are highly secured”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Offline Password Generator

Pobierz pliki rozszerzeń Offline Password Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Offline Password Generator Offline Password Generator
ID oebajlmokanlllbjpmadgjohjgmbeiio
Oficjalny URL https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio
Opis Generate random passwords that are highly secured
Rozmiar pliku 146 KB
Liczba instalacji 55
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2012-11-26
Data Publikacji 2012-11-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Ivan Ivanenko
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}