andOTP Extension
Open source two-factor authentication for Android
Wat is andOTP Extension?
andOTP Extension is een Chrome-extensie ontwikkeld door kevinrestaino, en de belangrijkste functie is "Open source two-factor authentication for Android".
Extensie Screenshots
Download het CRX-bestand van de extensie andOTP Extension
Download andOTP Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | andOTP Extension |
ID | apbpiclbhifcmlbhbhillogjkphjdamd |
Officiële URL | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
Beschrijving | Open source two-factor authentication for Android |
Bestandsgrootte | 116 KB |
Aantal Installaties | 294 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2019-05-17 |
Publicatiedatum | 2019-05-17 |
Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kevinrestaino |
Betalingswijze | free |
Extensiewebsite | https://github.com/krestaino/andotp-extension |
Help Pagina-URL | https://github.com/krestaino/andotp-extension/issues |
Ondersteunde Talen | 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 } } |