The Password Genie

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

Cos'è The Password Genie?

The Password Genie è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Instant and secure password generator, the extension is safe and open source".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The Password Genie

Scarica i file di estensione The Password Genie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Instant and Secure password generator.                    

Informazioni di Base sull'Estensione

Nome The Password Genie The Password Genie
ID ccdnljkkehejmcfnmifnkpnodlikdehg
URL Ufficiale https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg
Descrizione Instant and secure password generator, the extension is safe and open source
Dimensione del File 193 KB
Conteggio Installazioni 171
Versione Corrente 1.4.4
Ultimo Aggiornamento 2018-05-07
Data di Pubblicazione 2018-05-07
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://nourabusoud.github.io/password-genie/
Lingue Supportate 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"
    }
}