Strong Password Generator

Generate strong password for the most secure.

Qu'est-ce que Strong Password Generator ?

Strong Password Generator est une extension Chrome développée par AI Ocean, et sa fonction principale est "Generate strong password for the most secure.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Strong Password Generator

Téléchargez les fichiers d'extension Strong Password Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Strong Password Generator Strong Password Generator
ID lpalkkjnignibpokfcdhhjamkpmppndn
URL Officiel https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn
Description Generate strong password for the most secure.
Taille du Fichier 101 KB
Nombre d'Installations 932
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-04-05
Date de Publication 2015-11-09
Évaluation 4.71/5 Total 7 Évaluations
Développeur AI Ocean
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://laptrinh.senviet.org
URL de la Page d'Aide http://laptrinh.senviet.org
URL de la Page de Politique de Confidentialité https://aiocean.io/pages/privacy-policy
Langues Prises en Charge 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:\/\/*\/"
    ]
}