Passphrase
Chrome Extension for Random passphrase Generation
Vad är Passphrase?
Passphrase är en Chrome-tillägg utvecklad av kvaishak, och dess huvudfunktion är "Chrome Extension for Random passphrase Generation".
Tilläggsskärmbilder
Ladda ner Passphrase-förlängningens CRX-fil
Ladda ner Passphrase-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | dmdajbcffmnegdflmhcikhmaagmdknhj |
| Officiell webbadress | https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj |
| Beskrivning | Chrome Extension for Random passphrase Generation |
| Filstorlek | 59.19 KB |
| Antal Installationer | 64 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2020-12-15 |
| Publiceringsdatum | 2020-12-14 |
| Utvecklare | kvaishak |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/kvaishak/passphrase |
| Stödda Språk | 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"
]
} | |