andOTP Extension

Open source two-factor authentication for Android

andOTP Extensionとは何ですか?

andOTP Extensionはkevinrestainoによって開発されたChromeの拡張機能で、その主な機能は「Open source two-factor authentication for Android」です。

拡張機能のスクリーンショット

screenshot
screenshot

andOTP Extension拡張機能のCRXファイルをダウンロード

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
    }
}