Memorable Password Generator

Generates easily memorizable passwords from a dictionary

Что такое Memorable Password Generator?

Memorable Password Generator - это расширение Chrome, разработанное download, и его основная функция - "Generates easily memorizable passwords from a dictionary".

Скачать файл CRX расширения Memorable Password Generator

Скачайте файлы расширений Memorable Password Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Generates an easy to remember password. Secure as long as a different password is used on each site.                    

Основная информация о расширении

Название Memorable Password Generator Memorable Password Generator
ID egellahiafbjnejphfkhbpimkgcipnib
Официальный URL https://chrome.google.com/webstore/detail/memorable-password-genera/egellahiafbjnejphfkhbpimkgcipnib
Описание Generates easily memorizable passwords from a dictionary
Размер файла 43.73 KB
Количество установок 25
Текущая Версия 0.1
Последнее Обновление 2016-10-01
Дата публикации 2016-10-01
Разработчик download
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memorable Password Generator",
    "description": "Generates easily memorizable passwords from a dictionary",
    "version": "0.1",
    "permissions": [],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Generate Password"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}