The Password Genie

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

Co to jest The Password Genie?

The Password Genie to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Instant and secure password generator, the extension is safe and open source”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia The Password Genie

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

                        Instant and Secure password generator.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Password Genie The Password Genie
ID ccdnljkkehejmcfnmifnkpnodlikdehg
Oficjalny URL https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg
Opis Instant and secure password generator, the extension is safe and open source
Rozmiar pliku 193 KB
Liczba instalacji 171
Aktualna Wersja 1.4.4
Ostatnia Aktualizacja 2018-05-07
Data Publikacji 2018-05-07
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://nourabusoud.github.io/password-genie/
Obsługiwane Języki 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"
    }
}