Password Generator
This extension generates random characters for potential passwords.
What is Password Generator?
Password Generator is a Chrome extension developed by https://mattjared.co, and its main feature is "This extension generates random characters for potential passwords.".
Extension Screenshots
Download Password Generator Extension CRX File
Download Password Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Password Generator |
ID | gmldplfcfpjpchkjhpkdodpchllnikii |
Official URL | https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii |
Description | This extension generates random characters for potential passwords. |
File Size | 180 KB |
Installation Count | 46 |
Current Version | 1.4 |
Last Updated | 2015-03-03 |
Publish Date | 2015-03-03 |
Developer | https://mattjared.co |
Payment Type | free |
Supported Languages | 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" } } |