xkcdGEN
Generate strong passwords xkcd style.
What is xkcdGEN?
xkcdGEN is a Chrome extension developed by https://jz.bz, and its main feature is "Generate strong passwords xkcd style.".
Extension Screenshots
Download xkcdGEN Extension CRX File
Download xkcdGEN 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
xkcdGEN xkcd style passphrase generator conforms to xkcd 936 https://xkcd.com/936/ https://jz.bz/tar.jz/xkcdgen/ Open Source and released under the Apache License, Version 2.0. https://github.com/jzbz/xkcdgen
Extension Basic Information
Name | xkcdGEN |
ID | iebghajbenahofgmibldgbibbemoodce |
Official URL | https://chromewebstore.google.com/detail/xkcdgen/iebghajbenahofgmibldgbibbemoodce |
Description | Generate strong passwords xkcd style. |
File Size | 26.82 KB |
Installation Count | 58 |
Current Version | 0.1.8 |
Last Updated | 2016-02-18 |
Publish Date | 2016-02-18 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://jz.bz |
Payment Type | free |
Extension Website | https://jz.bz/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcdGEN", "description": "Generate strong passwords xkcd style.", "icons": { "128": "icon_128.png" }, "version": "0.1.8", "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html", "default_title": "xkcdGEN" } } |