horse

Hardware Remote Signer of Events

Apa itu horse?

horse adalah ekstensi Chrome yang dikembangkan oleh fiatjaf, dan fitur utamanya adalah "Hardware Remote Signer of Events".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi horse

Unduh file ekstensi horse dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama horse horse
ID ogdjeglchjlenflecdcoonkngmmipcoe
URL Resmi https://chromewebstore.google.com/detail/horse/ogdjeglchjlenflecdcoonkngmmipcoe
Deskripsi Hardware Remote Signer of Events
Ukuran File 520 KB
Jumlah Instalasi 168
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2023-03-14
Tanggal Publikasi 2023-03-14
Pengembang fiatjaf
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/fiatjaf/horse
URL Halaman Kebijakan Privasi https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md
Bahasa yang Didukung 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:*\/*"
            ]
        }
    ]
}