Strong Password Generator

Generate strong password for the most secure.

什麼是Strong Password Generator?

Strong Password Generator是由AI Ocean開發的Chrome擴展程式,該擴展的主要功能是“Generate strong password for the most secure.”。

擴展截圖

screenshot
screenshot

下載Strong Password Generator擴展crx文件

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

擴展使用說明

                        Generate strong and highly secure passwords, for protecting your personal info.

It's very fast and easy to use.
Just one click on the extension's icon, a strong password will be coppyed to your clipboard.

Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard.

You can change the options to make your password more memoriable.

With strong password you can protect your account better.
The algorithm to generate password is ported from lastPass.                    

擴展基本資訊

名稱 Strong Password Generator Strong Password Generator
ID lpalkkjnignibpokfcdhhjamkpmppndn
官方網址 https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn
簡介 Generate strong password for the most secure.
檔案大小 101 KB
安裝次數 932
目前版本 1.1.1
更新時間 2023-04-05
上架時間 2015-11-09
評分 4.71/5 共 7 次評分
開發者 AI Ocean
電子郵箱 [email protected]
付費類型 free
擴展官網 http://laptrinh.senviet.org
說明頁面URL http://laptrinh.senviet.org
隱私政策頁面URL https://aiocean.io/pages/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strong Password Generator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Generate strong password for the most secure.",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Strong Password Generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}