Password Generator
Allows you to generate customisable secure passwords on the fly.
What is Password Generator?
Password Generator is a Chrome extension developed by https://nemrod.se, and its main feature is "Allows you to generate customisable secure passwords on the fly.".
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 is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those. Now simply choose the prettiest of the generated passwords and you're done! ;) Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish.
Extension Basic Information
Name | Password Generator |
ID | koebgfmdommchdjodkalonlpjlnbpjap |
Official URL | https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap |
Description | Allows you to generate customisable secure passwords on the fly. |
File Size | 22.63 KB |
Installation Count | 289 |
Current Version | 0.3 |
Last Updated | 2013-06-19 |
Publish Date | 2013-06-19 |
Rating | 3.93/5 Total 14 Ratings |
Developer | https://nemrod.se |
[email protected] | |
Payment Type | free |
Extension Website | http://nemrod.se |
Help Page URL | http://nemrod.se/chrome-extensions/password-generator |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Generator", "version": "0.3", "manifest_version": 2, "description": "Allows you to generate customisable secure passwords on the fly.", "icons": { "128": "icon128.png", "32": "icon32.png", "22": "icon22.png", "16": "icon16.png" }, "browser_action": { "default_name": "Password Generator - click to open the generator", "default_icon": "icon22.png", "default_popup": "popup.html" }, "options_page": "options.html" } |