andOTP Extension
Open source two-factor authentication for Android
什么是andOTP Extension?
andOTP Extension是由kevinrestaino开发的Chrome扩展程序,该扩展的主要功能是“Open source two-factor authentication for Android”。
扩展截图
下载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 |
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 } } |