Strong Password Generator

Generates strong random passwords.

Cos'è Strong Password Generator?

Strong Password Generator è un'estensione di Chrome sviluppata da Lee, e la sua funzione principale è "Generates strong random passwords.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Strong Password Generator

Scarica i file di estensione Strong Password Generator 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

                        A Strong Password:
A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts.

How it Works:
Password generation is done client-side, on your computer, with Javascript.                    

Informazioni di Base sull'Estensione

Nome Strong Password Generator Strong Password Generator
ID lkahbfdjppdglmacdhifnfaokjealmba
URL Ufficiale https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba
Descrizione Generates strong random passwords.
Dimensione del File 1.03 MB
Conteggio Installazioni 302
Versione Corrente 1.2
Ultimo Aggiornamento 2017-02-28
Data di Pubblicazione 2017-02-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Lee
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strong Password Generator",
    "version": "1.2",
    "description": "Generates strong random passwords.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Strong Password Generator",
        "default_icon": "16.png",
        "default_popup": "passwordGenerator.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}