horse

Hardware Remote Signer of Events

Qu'est-ce que horse ?

horse est une extension Chrome développée par fiatjaf, et sa fonction principale est "Hardware Remote Signer of Events".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension horse

Téléchargez les fichiers d'extension horse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom horse horse
ID ogdjeglchjlenflecdcoonkngmmipcoe
URL Officiel https://chromewebstore.google.com/detail/horse/ogdjeglchjlenflecdcoonkngmmipcoe
Description Hardware Remote Signer of Events
Taille du Fichier 520 KB
Nombre d'Installations 168
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-03-14
Date de Publication 2023-03-14
Développeur fiatjaf
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/fiatjaf/horse
URL de la Page de Politique de Confidentialité https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md
Langues Prises en Charge 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:*\/*"
            ]
        }
    ]
}