andOTP Extension
Open source two-factor authentication for Android
andOTP Extension là gì?
andOTP Extension là một tiện ích mở rộng Chrome được phát triển bởi kevinrestaino, và tính năng chính của nó là "Open source two-factor authentication for Android".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng andOTP Extension
Tải xuống các tệp mở rộng andOTP Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | andOTP Extension |
ID | apbpiclbhifcmlbhbhillogjkphjdamd |
URL Chính Thức | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
Mô tả | Open source two-factor authentication for Android |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 294 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2019-05-17 |
Ngày Phát Hành | 2019-05-17 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | kevinrestaino |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/krestaino/andotp-extension |
URL Trang Trợ Giúp | https://github.com/krestaino/andotp-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |