Strong Password Generator

Generate strong password for the most secure.

什么是Strong Password Generator?

Strong Password Generator是由AI Ocean开发的Chrome扩展程序,该扩展的主要功能是“Generate strong password for the most secure.”。

扩展截图

screenshot
screenshot

下载Strong Password Generator扩展crx文件

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

扩展使用说明

                        Generate strong and highly secure passwords, for protecting your personal info.

It's very fast and easy to use.
Just one click on the extension's icon, a strong password will be coppyed to your clipboard.

Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard.

You can change the options to make your password more memoriable.

With strong password you can protect your account better.
The algorithm to generate password is ported from lastPass.                    

扩展基本信息

名称 Strong Password Generator Strong Password Generator
ID lpalkkjnignibpokfcdhhjamkpmppndn
官方URL https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn
简介 Generate strong password for the most secure.
文件大小 101 KB
安装次数 932
当前版本 1.1.1
更新时间 2023-04-05
上架时间 2015-11-09
评分 4.71/5 共7次评分
开发者 AI Ocean
电子邮箱 [email protected]
付费类型 free
扩展官网 http://laptrinh.senviet.org
帮助页面URL http://laptrinh.senviet.org
隐私政策页面URL https://aiocean.io/pages/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strong Password Generator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Generate strong password for the most secure.",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Strong Password Generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}