PwGen
Generate passwords.
What is PwGen?
PwGen is a Chrome extension developed by sekibun, and its main feature is "Generate passwords.".
Extension Screenshots
Download PwGen Extension CRX File
Download PwGen 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
Generate random strings for password use.
Extension Basic Information
Name | PwGen |
ID | fdncmbefehplabbjadkkhfahhkdihmcj |
Official URL | https://chromewebstore.google.com/detail/pwgen/fdncmbefehplabbjadkkhfahhkdihmcj |
Description | Generate passwords. |
File Size | 64.82 KB |
Installation Count | 4,000 |
Current Version | 1.0.2.1 |
Last Updated | 2016-01-06 |
Publish Date | 2016-01-06 |
Rating | 4.00/5 Total 3 Ratings |
Developer | sekibun |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_mfName__", "version": "1.0.2.1", "default_locale": "en", "description": "__MSG_mfDescription__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "__MSG_mfPopupTitle__" }, "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |