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
官方網址 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
電子郵箱 [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:*\/*"
            ]
        }
    ]
}