Dinopass 🦕

A browser extension for easy to remember and friendly passwords!

Что такое Dinopass 🦕?

Dinopass 🦕 - это расширение Chrome, разработанное RostiMelk, и его основная функция - "A browser extension for easy to remember and friendly passwords!".

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

screenshot

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

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

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

                        Generate easy to remember and friendly passwords! 🦕

Not affiliated with Dinopass.                    

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

Название Dinopass 🦕 Dinopass 🦕
ID bnekaigbnpcpfdlmmdehkkjbedfpbadj
Официальный URL https://chromewebstore.google.com/detail/dinopass-%F0%9F%A6%95/bnekaigbnpcpfdlmmdehkkjbedfpbadj
Описание A browser extension for easy to remember and friendly passwords!
Размер файла 51.71 KB
Количество установок 536
Текущая Версия 1.0.1
Последнее Обновление 2021-03-20
Дата публикации 2020-11-01
Рейтинг 5.00/5 Всего 2 оценок
Разработчик RostiMelk
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.dinopass.com/
URL страницы помощи https://github.com/RostiMelk/dinopass-broswer-exthttps://github.com/RostiMelk/dinopass-broswer-ext
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dinopass \ud83e\udd95",
    "version": "1.0.1",
    "description": "A browser extension for easy to remember and friendly passwords!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "static\/popup.html",
        "default_title": "Open Dinopass \ud83e\udd95",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}