Password Generator
This extension generates random characters for potential passwords.
Wat is Password Generator?
Password Generator is een Chrome-extensie ontwikkeld door https://mattjared.co, en de belangrijkste functie is "This extension generates random characters for potential passwords.".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Generator
Download 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
This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.
Basisinformatie over de Extensie
Naam | Password Generator |
ID | gmldplfcfpjpchkjhpkdodpchllnikii |
Officiële URL | https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii |
Beschrijving | This extension generates random characters for potential passwords. |
Bestandsgrootte | 180 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2015-03-03 |
Publicatiedatum | 2015-03-03 |
Ontwikkelaar | https://mattjared.co |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Generator", "description": "This extension generates random characters for potential passwords.", "version": "1.4", "permissions": [ "" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |