horse

Hardware Remote Signer of Events

Co to jest horse?

horse to rozszerzenie Chrome opracowane przez fiatjaf, a jego główną funkcją jest „Hardware Remote Signer of Events”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia horse

Pobierz pliki rozszerzeń horse w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa horse horse
ID ogdjeglchjlenflecdcoonkngmmipcoe
Oficjalny URL https://chromewebstore.google.com/detail/horse/ogdjeglchjlenflecdcoonkngmmipcoe
Opis Hardware Remote Signer of Events
Rozmiar pliku 520 KB
Liczba instalacji 168
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2023-03-14
Data Publikacji 2023-03-14
Deweloper fiatjaf
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/fiatjaf/horse
Adres URL Strony Polityki Prywatności https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md
Obsługiwane Języki 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:*\/*"
            ]
        }
    ]
}