andOTP Extension
Open source two-factor authentication for Android
Was ist andOTP Extension?
andOTP Extension ist eine Chrome-Erweiterung, die von kevinrestaino entwickelt wurde, und ihr Hauptmerkmal ist "Open source two-factor authentication for Android".
Erweiterungsscreenshots
andOTP Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie andOTP Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | apbpiclbhifcmlbhbhillogjkphjdamd |
| Offizielle URL | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
| Beschreibung | Open source two-factor authentication for Android |
| Dateigröße | 116 KB |
| Installationsanzahl | 294 |
| Aktuelle Version | 0.3.0 |
| Letztes Update | 2019-05-17 |
| Veröffentlichungsdatum | 2019-05-17 |
| Bewertung | 1.50/5 Insgesamt 2 Bewertungen |
| Entwickler | kevinrestaino |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/krestaino/andotp-extension |
| Hilfeseite URL | https://github.com/krestaino/andotp-extension/issues |
| Unterstützte Sprachen | 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
}
} | |