horse

Hardware Remote Signer of Events

horseとは何ですか?

horseはfiatjafによって開発されたChromeの拡張機能で、その主な機能は「Hardware Remote Signer of Events」です。

拡張機能のスクリーンショット

screenshot

horse拡張機能のCRXファイルをダウンロード

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
Eメール [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:*\/*"
            ]
        }
    ]
}