PassMaker - is the best password generator.
Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup
什么是PassMaker - is the best password generator.?
PassMaker - is the best password generator.是由pratnomenis开发的Chrome扩展程序,该扩展的主要功能是“Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup”。
扩展截图
下载PassMaker - is the best password generator.扩展crx文件
下载PassMaker - is the best password generator.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tool for making safe and hackproof passwords. With extensive customization options from length to symbols list. Totally private!
扩展基本信息
名称 | PassMaker - is the best password generator. |
ID | jidfoanpehhinoikkbfklnllbeppgfmi |
官方URL | https://chromewebstore.google.com/detail/passmaker-is-the-best-pas/jidfoanpehhinoikkbfklnllbeppgfmi |
简介 | Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup |
文件大小 | 138 KB |
安装次数 | 148 |
当前版本 | v1.3 |
更新时间 | 2020-05-08 |
上架时间 | 2020-05-08 |
评分 | 5.00/5 共3次评分 |
开发者 | pratnomenis |
付费类型 | free |
支持的语言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "short_name": "PassMaker", "default_locale": "en", "version": "1.3", "version_name": "v1.3", "author": "pratnomenis", "browser_action": { "default_icon": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png" }, "default_popup": "index.html", "default_title": "PassMaker v1.3" }, "icons": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png", "48": "\/img\/ico48.png", "128": "\/img\/ico128.png" }, "manifest_version": 2, "offline_enabled": true, "permissions": [ "storage" ] } |