Passphrase
Chrome Extension for Random passphrase Generation
Что такое Passphrase?
Passphrase - это расширение Chrome, разработанное kvaishak, и его основная функция - "Chrome Extension for Random passphrase Generation".
Снимки экрана расширения
Скачать файл CRX расширения Passphrase
Скачайте файлы расширений Passphrase в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/ Основная информация о расширении
| Название | |
| ID | dmdajbcffmnegdflmhcikhmaagmdknhj |
| Официальный URL | https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj |
| Описание | Chrome Extension for Random passphrase Generation |
| Размер файла | 59.19 KB |
| Количество установок | 64 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2020-12-15 |
| Дата публикации | 2020-12-14 |
| Разработчик | kvaishak |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/kvaishak/passphrase |
| Поддерживаемые языки | 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"
]
} | |