generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Wat is generate password?
generate password is een Chrome-extensie ontwikkeld door REJECTED, en de belangrijkste functie is "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".
Extensie Screenshots
Download het CRX-bestand van de extensie generate password
Download generate password-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 .
Basisinformatie over de Extensie
Naam | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
Officiële URL | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
Beschrijving | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
Bestandsgrootte | 32.41 KB |
Aantal Installaties | 71 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-11-26 |
Publicatiedatum | 2017-11-26 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | REJECTED |
Betalingswijze | free |
Extensiewebsite | https://generate-password.net/ |
Ondersteunde Talen | 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" ] } |