Strong Password Generator

Generates strong random passwords.

什么是Strong Password Generator?

Strong Password Generator是由Lee开发的Chrome扩展程序,该扩展的主要功能是“Generates strong random passwords.”。

扩展截图

screenshot
screenshot
screenshot

下载Strong Password Generator扩展crx文件

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

扩展使用说明

                        A Strong Password:
A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts.

How it Works:
Password generation is done client-side, on your computer, with Javascript.                    

扩展基本信息

名称 Strong Password Generator Strong Password Generator
ID lkahbfdjppdglmacdhifnfaokjealmba
官方URL https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba
简介 Generates strong random passwords.
文件大小 1.03 MB
安装次数 302
当前版本 1.2
更新时间 2017-02-28
上架时间 2017-02-28
评分 5.00/5 共2次评分
开发者 Lee
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strong Password Generator",
    "version": "1.2",
    "description": "Generates strong random passwords.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Strong Password Generator",
        "default_icon": "16.png",
        "default_popup": "passwordGenerator.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}