Telos Authenticator (Sqrl)
Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet
Was ist Telos Authenticator (Sqrl)?
Telos Authenticator (Sqrl) ist eine Chrome-Erweiterung, die von EOS Miami entwickelt wurde, und ihr Hauptmerkmal ist "Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet".
Erweiterungsscreenshots
Telos Authenticator (Sqrl)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Telos Authenticator (Sqrl)-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
The Telos Authenticator (Sqrl) for EOSIO blockchains is a Chrome extension that adopts the EOSIO Universal Authenticator Library standard for signing transactions securely.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fpabdmjmldajnkijknogckkhlmbnfiog |
Offizielle URL | https://chromewebstore.google.com/detail/telos-authenticator-sqrl/fpabdmjmldajnkijknogckkhlmbnfiog |
Beschreibung | Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet |
Dateigröße | 3.25 MB |
Installationsanzahl | 29 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2019-07-04 |
Veröffentlichungsdatum | 2019-07-01 |
Entwickler | EOS Miami |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://telosfoundation.io/downloads |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Telos-Authenticator-Sqrl", "name": "Telos Authenticator (Sqrl)", "description": "Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet", "version": "0.1.0", "manifest_version": 2, "icons": { "128": "128.png" }, "browser_action": { "default_title": "Telos Authenticator (Sqrl)" }, "options_page": "index.html#options", "permissions": [ "storage", "tabs", "clipboardWrite" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |