Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
Wat is Strong Password Generator?
Strong Password Generator is een Chrome-extensie ontwikkeld door Arun Kumar Sekar, en de belangrijkste functie is "Strong Password Generator to create secure passwords that are impossible to crack on your device.".
Extensie Screenshots
Download het CRX-bestand van de extensie Strong Password Generator
Download Strong Password Generator-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
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
Basisinformatie over de Extensie
Naam | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
Officiële URL | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
Beschrijving | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
Bestandsgrootte | 879 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.5.5 |
Laatst Bijgewerkt | 2017-09-09 |
Publicatiedatum | 2017-09-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Arun Kumar Sekar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |