Secure Password Generator

Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.

什麼是Secure Password Generator?

Secure Password Generator是由OpenAdminTools.com開發的Chrome擴展程式,該擴展的主要功能是“Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.”。

擴展截圖

screenshot
screenshot

下載Secure Password Generator擴展crx文件

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

擴展使用說明

                        Secure Password Generator for Chrome allows you to create random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols.

If you want to a Windows application version, please visit http://www.aqlsoft.com/secure-password-generator/

Developer: http://www.aqlsoft.com                    

擴展基本資訊

名稱 Secure Password Generator Secure Password Generator
ID jollpecbpialleljionejgkdgjfgamma
官方網址 https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma
簡介 Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
檔案大小 75.13 KB
安裝次數 179
目前版本 2.1.1
更新時間 2019-07-03
上架時間 2019-07-02
評分 4.54/5 共 189 次評分
開發者 OpenAdminTools.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.aqlsoft.com/secure-password-generator/
說明頁面URL http://www.aqlsoft.com/secure-password-generator/
支援的語言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "image\/pw19.png",
        "default_title": "__MSG_pwd_generator__",
        "default_popup": "popup.html"
    },
    "description": "__MSG_pwd_desc__",
    "icons": {
        "16": "image\/pw16.png",
        "32": "image\/pw32.png",
        "48": "image\/pw48.png",
        "64": "image\/pw64.png",
        "128": "image\/pw128.png"
    },
    "name": "__MSG_pwd_generator__",
    "default_locale": "en",
    "short_name": "__MSG_pwd_generator__",
    "permissions": []
}