generate password

Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across

什麼是generate password?

generate password是由REJECTED開發的Chrome擴展程式,該擴展的主要功能是“Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ”。

擴展截圖

screenshot

下載generate password擴展crx文件

下載generate password擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online  Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .                    

擴展基本資訊

名稱 generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
官方網址 https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
簡介 Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
檔案大小 32.41 KB
安裝次數 71
目前版本 1.1.1
更新時間 2017-11-26
上架時間 2017-11-26
評分 3.00/5 共 2 次評分
開發者 REJECTED
付費類型 free
擴展官網 https://generate-password.net/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "generate password",
    "version": "1.1.1",
    "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}