MyPass

Generate different passwords for different sites with a single passphrase.

Что такое MyPass?

MyPass - это расширение Chrome, разработанное Chen Yufei, и его основная функция - "Generate different passwords for different sites with a single passphrase.".

Снимки экрана расширения

screenshot

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

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

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

                        Generate different passwords for different sites with a single passphrase.

The password generation algorithm is the same as One Shall Pass (https://oneshallpass.com).

There's also an iOS optimized version http://chenyufei.info/p/mypass/ios.html                    

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

Название MyPass MyPass
ID pbaehcadchmngjeahmifjonliaaidgdj
Официальный URL https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj
Описание Generate different passwords for different sites with a single passphrase.
Размер файла 109 KB
Количество установок 58
Текущая Версия 1.4.2
Последнее Обновление 2014-03-26
Дата публикации 2014-03-26
Рейтинг 4.00/5 Всего 1 оценок
Разработчик Chen Yufei
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/cyfdecyf/mypass
URL страницы помощи https://github.com/cyfdecyf/mypass/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyPass",
    "description": "Generate different passwords for different sites with a single passphrase.",
    "version": "1.4.2",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}