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
官方網址 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
    }
}