andOTP Extension
Open source two-factor authentication for Android
andOTP Extensionคืออะไร?
andOTP Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinrestaino และคุณลักษณะหลักของมันคือ "Open source two-factor authentication for Android"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } } |