Uno Password Generator

Simple password generator extension that helps you generate secure passwords

什麼是Uno Password Generator?

Uno Password Generator是由https://uno.app開發的Chrome擴展程式,該擴展的主要功能是“Simple password generator extension that helps you generate secure passwords”。

擴展截圖

screenshot
screenshot

下載Uno Password Generator擴展crx文件

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

擴展使用說明

                        Simple tool for generating strong and secure passwords.

With smart mode, the password generator will detect the current website you’re on and automatically create a password that is compatible with the website’s requirements.

With random mode, you can adjust the parameters of the password generator to ensure the password meets the website’s requirements.

You can generate an unlimited number of passwords and copy them directly to your clipboard.

Need a password manager to save these passwords? Get access at www.uno.app.                    

擴展基本資訊

名稱 Uno Password Generator Uno Password Generator
ID anpalkjekmaihebicpojlcfjdbkbjoia
官方網址 https://chromewebstore.google.com/detail/uno-password-generator/anpalkjekmaihebicpojlcfjdbkbjoia
簡介 Simple password generator extension that helps you generate secure passwords
檔案大小 95.03 KB
安裝次數 102
目前版本 0.1
更新時間 2021-12-31
上架時間 2021-12-30
評分 5.00/5 共 32 次評分
開發者 https://uno.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.uno.app
隱私政策頁面URL https://www.uno.app/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uno Password Generator",
    "version": "0.1",
    "description": "Simple password generator extension that helps you generate secure passwords",
    "permissions": [
        "identity",
        "activeTab"
    ],
    "oauth2": {
        "client_id": "345064011110-rrtpqihrvc0dvbrt3eqg0lh6ssgsj339.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "host_permissions": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/generator.uno.app\/"
            ],
            "js": [
                "js\/content.js",
                "popup\/bootstrap.bundle.min.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Uno Password Generator",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png",
            "256": "images\/256.png",
            "512": "images\/512.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png",
        "256": "images\/256.png",
        "512": "images\/512.png"
    },
    "manifest_version": 3
}