Passphrase

Chrome Extension for Random passphrase Generation

Cos'è Passphrase?

Passphrase è un'estensione di Chrome sviluppata da kvaishak, e la sua funzione principale è "Chrome Extension for Random passphrase Generation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Passphrase

Scarica i file di estensione Passphrase in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Passphrase Passphrase
ID dmdajbcffmnegdflmhcikhmaagmdknhj
URL Ufficiale https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj
Descrizione Chrome Extension for Random passphrase Generation
Dimensione del File 59.19 KB
Conteggio Installazioni 64
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-12-15
Data di Pubblicazione 2020-12-14
Sviluppatore kvaishak
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kvaishak/passphrase
Lingue Supportate 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"
    ]
}