Password Generator
Password generator extension allows you to easily generate long and secure password in one click
Qu'est-ce que Password Generator ?
Password Generator est une extension Chrome développée par https://xfox111.net, et sa fonction principale est "Password generator extension allows you to easily generate long and secure password in one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Password Generator
Téléchargez les fichiers d'extension 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
Extension for web browsers which helps you to easily generate strong passwords in one click ## Features - Create strong passwords in one click - Customizable generator - Clean and simple UI - Dark mode ## Hey, It's open-source software! If you know how to improve this extension you can check its GitHub Repository at: https://github.com/xfox111/PasswordGeneratorExtension Check out release changelog on: https://github.com/xfox111/PasswordGeneratorExtension/releases/latest
Informations de Base sur l'Extension
Nom | Password Generator |
ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
URL Officiel | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
Description | Password generator extension allows you to easily generate long and secure password in one click |
Taille du Fichier | 282 KB |
Nombre d'Installations | 1,811 |
Version Actuelle | 3.1.0 |
Dernière Mise à Jour | 2024-02-09 |
Date de Publication | 2020-10-07 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | https://xfox111.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://xfox111.net/PasswordGenerator |
URL de la Page d'Aide | https://xfox111.net/PasswordGenerator/issues |
Langues Prises en Charge | en,pl,pt-BR,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.0", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "author": "__MSG_author__", "homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "src\/popup.html" } } |