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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } } |