Password Generator

Generate a strong password with the click of a button

什麼是Password Generator?

Password Generator是由generatepassextension開發的Chrome擴展程式,該擴展的主要功能是“Generate a strong password with the click of a button”。

擴展截圖

screenshot
screenshot
screenshot

下載Password Generator擴展crx文件

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

擴展使用說明

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

擴展基本資訊

名稱 Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
官方網址 https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
簡介 Generate a strong password with the click of a button
檔案大小 60.63 KB
安裝次數 100
目前版本 1.0
更新時間 2021-03-20
上架時間 2021-03-19
評分 5.00/5 共 2 次評分
開發者 generatepassextension
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}