horse

Hardware Remote Signer of Events

Cos'è horse?

horse è un'estensione di Chrome sviluppata da fiatjaf, e la sua funzione principale è "Hardware Remote Signer of Events".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione horse

Scarica i file di estensione horse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome horse horse
ID ogdjeglchjlenflecdcoonkngmmipcoe
URL Ufficiale https://chromewebstore.google.com/detail/horse/ogdjeglchjlenflecdcoonkngmmipcoe
Descrizione Hardware Remote Signer of Events
Dimensione del File 520 KB
Conteggio Installazioni 168
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-03-14
Data di Pubblicazione 2023-03-14
Sviluppatore fiatjaf
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/fiatjaf/horse
URL della Pagina della Politica sulla Privacy https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md
Lingue Supportate 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:*\/*"
            ]
        }
    ]
}