Passphrase

Chrome Extension for Random passphrase Generation

What is Passphrase?

Passphrase is a Chrome extension developed by kvaishak, and its main feature is "Chrome Extension for Random passphrase Generation".

Extension Screenshots

screenshot

Download Passphrase Extension CRX File

Download Passphrase extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With Just a click of a button you can generate passphrases, secure enought yet memorable for password creation, which are easier to remember than a random string.

"Through 20 years of effort, we've successfully trained everyone to use passwords that are hard for humans to remember, but easy for computers to guess."
- XKDC

All passphrases generated are done so in your browser, without anything being sent to our server.

Why use a memorable password? -> https://xkcd.com/936/                    

Extension Basic Information

Name Passphrase Passphrase
ID dmdajbcffmnegdflmhcikhmaagmdknhj
Official URL https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj
Description Chrome Extension for Random passphrase Generation
File Size 59.19 KB
Installation Count 64
Current Version 1.0.1
Last Updated 2020-12-15
Publish Date 2020-12-14
Developer kvaishak
Email [email protected]
Payment Type free
Extension Website https://github.com/kvaishak/passphrase
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passphrase",
    "description": "Chrome Extension for Random passphrase Generation",
    "manifest_version": 2,
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}