Random password generator
A simple random password generator for Chrome browser
Qu'est-ce que Random password generator ?
Random password generator est une extension Chrome développée par Matija Matečić, et sa fonction principale est "A simple random password generator for Chrome browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random password generator
Téléchargez les fichiers d'extension Random 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
Features: • beautiful minimalistic design • supports light and dark theme • password length between 1 and 99 • use numbers (0-9), lower cases (a-z), upper cases (A-Z), special (!?=)(&%$*+-.,:;) or your own custom characters • exclude confusion characters (eg. O0lIi) • mnemonic (easy-to-remember) passwords • toggle password history • add-on options saving • copying to clipboard Tips: • if you want to generate a random number you can just select the Numbers checkbox and 1 char password length leaving all other options unchecked • passwords are saved to history only when clicked "copy" and when History checkbox enabled Note: • privacy first - no trackers, no cookies • everything is generated on client side
Informations de Base sur l'Extension
Nom | Random password generator |
ID | mocnjepdabllpdhmaaddmjdlmmclnmah |
URL Officiel | https://chromewebstore.google.com/detail/random-password-generator/mocnjepdabllpdhmaaddmjdlmmclnmah |
Description | A simple random password generator for Chrome browser |
Taille du Fichier | 85.19 KB |
Nombre d'Installations | 1,643 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2021-12-20 |
Date de Publication | 2020-03-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Matija Matečić |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random password generator", "short_name": "Random password generator", "description": "A simple random password generator for Chrome browser", "version": "2.4", "author": "Matija Mate\u010di\u0107", "homepage_url": "https:\/\/matija.matecic.com\/", "icons": { "48": "lib\/icon.png", "96": "lib\/[email protected]" }, "browser_action": { "default_title": "Random password generator", "default_popup": "random-password-generator.htm", "default_icon": "lib\/icon.png" }, "permissions": [ "storage" ] } |