Offline Password Generator
Generate random passwords that are highly secured
Qu'est-ce que Offline Password Generator ?
Offline Password Generator est une extension Chrome développée par Ivan Ivanenko, et sa fonction principale est "Generate random passwords that are highly secured".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Offline Password Generator
Téléchargez les fichiers d'extension Offline 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
Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters. You can choose password length.
Informations de Base sur l'Extension
Nom | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
URL Officiel | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
Description | Generate random passwords that are highly secured |
Taille du Fichier | 146 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2012-11-26 |
Date de Publication | 2012-11-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Ivan Ivanenko |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Password Generator", "version": "1.3", "manifest_version": 2, "description": "Generate random passwords that are highly secured", "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "icons": { "128": "images\/128.png", "32": "images\/32.png", "48": "images\/48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "res\/jquery-1.8.3.js", "logic.js" ], "css": [ "res\/bootstrap.min.css", "res\/bootstrap-responsive.min.css" ] } ] } |