Strong Password Generator

Generate strong password for the most secure.

Cos'è Strong Password Generator?

Strong Password Generator è un'estensione di Chrome sviluppata da AI Ocean, e la sua funzione principale è "Generate strong password for the most secure.".

Screenshot dell'Estensione

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

                        Generate strong and highly secure passwords, for protecting your personal info.

It's very fast and easy to use.
Just one click on the extension's icon, a strong password will be coppyed to your clipboard.

Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard.

You can change the options to make your password more memoriable.

With strong password you can protect your account better.
The algorithm to generate password is ported from lastPass.                    

Informazioni di Base sull'Estensione

Nome Strong Password Generator Strong Password Generator
ID lpalkkjnignibpokfcdhhjamkpmppndn
URL Ufficiale https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn
Descrizione Generate strong password for the most secure.
Dimensione del File 101 KB
Conteggio Installazioni 932
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-04-05
Data di Pubblicazione 2015-11-09
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore AI Ocean
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://laptrinh.senviet.org
URL della Pagina di Aiuto http://laptrinh.senviet.org
URL della Pagina della Politica sulla Privacy https://aiocean.io/pages/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strong Password Generator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Generate strong password for the most secure.",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Strong Password Generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}