GenPass - Smart password generator

GenPass - Smart password generator lets you to create a strong easy remembered password of high cracking resistance.

什么是GenPass - Smart password generator?

GenPass - Smart password generator是由https://genpass.hyperione.com开发的Chrome扩展程序,该扩展的主要功能是“GenPass - Smart password generator lets you to create a strong easy remembered password of high cracking resistance.”。

下载GenPass - Smart password generator扩展crx文件

下载GenPass - Smart password generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Details:
 - A lot of settings (upper and lower case, special characters and digits);
 - Ability to create a Phrase based Password;
 - Copying a password by one click;
 - You may download all generated passwords in one file on a local computer in one click.                    

扩展基本信息

名称 GenPass - Smart password generator GenPass - Smart password generator
ID gngoeokkdblahddlgnkaehmogbhpdbkg
官方URL https://chromewebstore.google.com/detail/genpass-smart-password-ge/gngoeokkdblahddlgnkaehmogbhpdbkg
简介 GenPass - Smart password generator lets you to create a strong easy remembered password of high cracking resistance.
文件大小 38.75 KB
安装次数 1,334
当前版本 1.5
更新时间 2021-09-11
上架时间 2017-03-30
评分 4.14/5 共7次评分
开发者 https://genpass.hyperione.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://genpass.hyperione.com/
帮助页面URL https://vk.com/topic-141562705_35049496
支持的语言 de,en,en-GB,en-US,fr,et,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.5",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "GenPass - \u0423\u043c\u043d\u044b\u0439 \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u043f\u0430\u0440\u043e\u043b\u0435\u0439",
        "default_popup": "genPass.html"
    }
}