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
电子邮箱 [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:*\/*"
            ]
        }
    ]
}