xkcdGEN
Generate strong passwords xkcd style.
什么是xkcdGEN?
xkcdGEN是由https://jz.bz开发的Chrome扩展程序,该扩展的主要功能是“Generate strong passwords xkcd style.”。
扩展截图
下载xkcdGEN扩展crx文件
下载xkcdGEN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | xkcdGEN |
ID | iebghajbenahofgmibldgbibbemoodce |
官方URL | https://chromewebstore.google.com/detail/xkcdgen/iebghajbenahofgmibldgbibbemoodce |
简介 | Generate strong passwords xkcd style. |
文件大小 | 26.82 KB |
安装次数 | 58 |
当前版本 | 0.1.8 |
更新时间 | 2016-02-18 |
上架时间 | 2016-02-18 |
评分 | 4.67/5 共3次评分 |
开发者 | https://jz.bz |
付费类型 | free |
扩展官网 | https://jz.bz/ |
支持的语言 | 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" } } |