paGen
Password Generator. Easy. Simple.
What is paGen?
paGen is a Chrome extension developed by http://emotionloop.com, and its main feature is "Password Generator. Easy. Simple.".
Extension Screenshots
Download paGen Extension CRX File
Download paGen 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
paGen is a Google Chrome extension, that will help you by generating random passwords. We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one. It has a simple and easy to use interface. You can get its source at https://github.com/emotionLoop/paGen
Extension Basic Information
Name | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
Official URL | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
Description | Password Generator. Easy. Simple. |
File Size | 25.17 KB |
Installation Count | 53 |
Current Version | 1.1.0 |
Last Updated | 2013-01-14 |
Publish Date | 2013-01-14 |
Developer | http://emotionloop.com |
[email protected] | |
Payment Type | free |
Extension Website | http://emotionloop.com |
Help Page URL | http://support.emotionloop.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_description__", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "icon.png" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "default_locale": "en", "incognito": "split" } |