horse

Hardware Remote Signer of Events

ما هو horse؟

horse هو إضافة Chrome تم تطويرها بواسطة fiatjaf، والميزة الرئيسية لها هي "Hardware Remote Signer of Events".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة horse

قم بتنزيل ملفات الامتداد horse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Nostr NIP-07 extension for signing events using a hardware wallet over WebSerial.                    

معلومات أساسية عن التمديد

الاسم horse horse
ID ogdjeglchjlenflecdcoonkngmmipcoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/horse/ogdjeglchjlenflecdcoonkngmmipcoe
الوصف Hardware Remote Signer of Events
حجم الملف 520 KB
عدد التثبيتات 168
النسخة الحالية 0.0.1
آخر تحديث 2023-03-14
تاريخ النشر 2023-03-14
المطور fiatjaf
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/fiatjaf/horse
عنوان صفحة سياسة الخصوصية https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "horse",
    "description": "Hardware Remote Signer of Events",
    "version": "0.0.1",
    "homepage_url": "https:\/\/github.com\/fiatjaf\/horse",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.build.js"
    },
    "action": {
        "default_title": "horse",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.build.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "nostr-provider.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost:*\/*"
            ]
        }
    ]
}