andOTP Extension

Open source two-factor authentication for Android

Что такое andOTP Extension?

andOTP Extension - это расширение Chrome, разработанное kevinrestaino, и его основная функция - "Open source two-factor authentication for Android".

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

screenshot
screenshot

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

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

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

                        Restore your backups and access your two-factor authentication tokens from your browser. Limited to plain-text JSON backups right now.

Features right now include:
• Copy to clipboard
• Text search filter
• Auto refresh tokens
• No phone required after restoring backup

Planned features:
• Firefox and Edge versions
• Add encrypted backup support
• Add dark theme
• Add thumbnail support
• Add auto sync with phone feature

Source is on GitHub: https://github.com/krestaino/andotp-extension                    

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

Название andOTP Extension andOTP Extension
ID apbpiclbhifcmlbhbhillogjkphjdamd
Официальный URL https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd
Описание Open source two-factor authentication for Android
Размер файла 116 KB
Количество установок 294
Текущая Версия 0.3.0
Последнее Обновление 2019-05-17
Дата публикации 2019-05-17
Рейтинг 1.50/5 Всего 2 оценок
Разработчик kevinrestaino
Тип оплаты free
Официальный сайт расширения https://github.com/krestaino/andotp-extension
URL страницы помощи https://github.com/krestaino/andotp-extension/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "andOTP Extension",
    "short_name": "andOTP",
    "description": "Open source two-factor authentication for Android",
    "version": "0.3.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "andOTP",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}