Passphrase
Chrome Extension for Random passphrase Generation
Wat is Passphrase?
Passphrase is een Chrome-extensie ontwikkeld door kvaishak, en de belangrijkste functie is "Chrome Extension for Random passphrase Generation".
Extensie Screenshots
Download het CRX-bestand van de extensie Passphrase
Download Passphrase-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Passphrase |
ID | dmdajbcffmnegdflmhcikhmaagmdknhj |
Officiële URL | https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj |
Beschrijving | Chrome Extension for Random passphrase Generation |
Bestandsgrootte | 59.19 KB |
Aantal Installaties | 64 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-12-15 |
Publicatiedatum | 2020-12-14 |
Ontwikkelaar | kvaishak |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/kvaishak/passphrase |
Ondersteunde Talen | 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" ] } |