generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Qu'est-ce que generate password ?
generate password est une extension Chrome développée par REJECTED, et sa fonction principale est "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension generate password
Téléchargez les fichiers d'extension generate password 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 Password.Strong Password. A strong password is key for protecting your personal info and assets online Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .
Informations de Base sur l'Extension
Nom | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
URL Officiel | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
Description | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
Taille du Fichier | 32.41 KB |
Nombre d'Installations | 71 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2017-11-26 |
Date de Publication | 2017-11-26 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | REJECTED |
Type de Paiement | free |
Site Web de l'Extension | https://generate-password.net/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generate password", "version": "1.1.1", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |