Memorable Password Generator

Generate memorable passwords in one click

什麼是Memorable Password Generator?

Memorable Password Generator是由https://niamor.co開發的Chrome擴展程式,該擴展的主要功能是“Generate memorable passwords in one click”。

擴展截圖

screenshot
screenshot

下載Memorable Password Generator擴展crx文件

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

擴展使用說明

                        Memorable Password Generator is a free tool that allows you to create very strong passwords that are easy to remember in one click.

The best passwords are long, generated randomly and unique. Unfortunately, passwords that are long, random-looking and hard to guess are also difficult to remember. Memorable Password Generator helps you get the best of both, a strong password and an easier to remember one.

The way it works is simple, when you click the browser action button, the password is generated and you can copy it one one click. If the password does not look good, you can generate another one in one click.

What really makes Memorable Password Generator special is that, unlike most secure password generators, it doesn't output totally random and hard-to-remember passwords. Instead, the password is generated with recognizable words, but with random letters, capitals and random special characters included. It makes the password harder to guess, but at the same time, easier to remember as it is composed of real words.

Memorable Password Generator is fully secure and no password is stored. Passwords are only shown to you when generated and disappear when you close the extension popup.                    

擴展基本資訊

名稱 Memorable Password Generator Memorable Password Generator
ID agpjopjelkfpdkjpmmlbcppkfkahddkc
官方網址 https://chromewebstore.google.com/detail/memorable-password-genera/agpjopjelkfpdkjpmmlbcppkfkahddkc
簡介 Generate memorable passwords in one click
檔案大小 128 KB
安裝次數 70
目前版本 1.0.3
更新時間 2023-07-03
上架時間 2023-06-24
評分 5.00/5 共 3 次評分
開發者 https://niamor.co
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memorable Password Generator",
    "description": "Generate memorable passwords in one click",
    "version": "1.0.3.0",
    "version_name": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    }
}