Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
什么是Strong Password Generator?
Strong Password Generator是由Arun Kumar Sekar开发的Chrome扩展程序,该扩展的主要功能是“Strong Password Generator to create secure passwords that are impossible to crack on your device.”。
扩展截图
下载Strong Password Generator扩展crx文件
下载Strong Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
扩展基本信息
名称 | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
官方URL | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
简介 | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
文件大小 | 879 KB |
安装次数 | 119 |
当前版本 | 1.5.5 |
更新时间 | 2017-09-09 |
上架时间 | 2017-09-09 |
评分 | 5.00/5 共2次评分 |
开发者 | Arun Kumar Sekar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |