PwGen
Generate passwords.
什么是PwGen?
PwGen是由sekibun开发的Chrome扩展程序,该扩展的主要功能是“Generate passwords.”。
扩展截图
下载PwGen扩展crx文件
下载PwGen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate random strings for password use.
扩展基本信息
名称 | PwGen |
ID | fdncmbefehplabbjadkkhfahhkdihmcj |
官方URL | https://chromewebstore.google.com/detail/pwgen/fdncmbefehplabbjadkkhfahhkdihmcj |
简介 | Generate passwords. |
文件大小 | 64.82 KB |
安装次数 | 4,000 |
当前版本 | 1.0.2.1 |
更新时间 | 2016-01-06 |
上架时间 | 2016-01-06 |
评分 | 4.00/5 共3次评分 |
开发者 | sekibun |
付费类型 | free |
支持的语言 | 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 } |