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
官方網址 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'"
}