Telos Authenticator (Sqrl)

Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet

Telos Authenticator (Sqrl)คืออะไร?

Telos Authenticator (Sqrl) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EOS Miami และคุณลักษณะหลักของมันคือ "Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telos Authenticator (Sqrl)

ดาวน์โหลดไฟล์ส่วนขยาย Telos Authenticator (Sqrl) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Telos Authenticator (Sqrl) for EOSIO blockchains is a Chrome extension that adopts the EOSIO Universal Authenticator Library standard for signing transactions securely.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Telos Authenticator (Sqrl) Telos Authenticator (Sqrl)
ID fpabdmjmldajnkijknogckkhlmbnfiog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/telos-authenticator-sqrl/fpabdmjmldajnkijknogckkhlmbnfiog
คำอธิบาย Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet
ขนาดไฟล์ 3.25 MB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-07-04
วันที่เผยแพร่ 2019-07-01
ผู้พัฒนา EOS Miami
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://telosfoundation.io/downloads
ภาษาที่รองรับ 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": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}