horse

Hardware Remote Signer of Events

horseคืออะไร?

horse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fiatjaf และคุณลักษณะหลักของมันคือ "Hardware Remote Signer of Events"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย horse

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

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

                        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
URL หน้าช่วยเหลือ https://github.com/fiatjaf/horse
URL หน้านโยบายความเป็นส่วนตัว 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:*\/*"
            ]
        }
    ]
}