Password Generator

This is an extension of passid.org, which can generat password.

Co to jest Password Generator?

Password Generator to rozszerzenie Chrome opracowane przez https://www.passid.org, a jego główną funkcją jest „This is an extension of passid.org, which can generat password.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Password Generator

Pobierz pliki rozszerzeń 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

                        password generator extension of passid.org                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Generator Password Generator
ID pollejchmgaeaaamgmhckdhcaidfhikp
Oficjalny URL https://chromewebstore.google.com/detail/password-generator/pollejchmgaeaaamgmhckdhcaidfhikp
Opis This is an extension of passid.org, which can generat password.
Rozmiar pliku 90.58 KB
Liczba instalacji 38
Aktualna Wersja 2.5
Ostatnia Aktualizacja 2018-04-19
Data Publikacji 2018-04-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.passid.org
E-mail app@yeh.sh
Typ Płatności free
Strona Rozszerzenia http://passid.org/
Adres URL Strony Pomocy http://yeh.sh/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Generator",
    "version": "2.5",
    "description": "This is an extension of passid.org, which can generat password.",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        },
        "default_title": "Password Generator of passid.org",
        "default_popup": "popup.html"
    }
}