horse
Hardware Remote Signer of Events
What is horse?
horse is a Chrome extension developed by fiatjaf, and its main feature is "Hardware Remote Signer of Events".
Extension Screenshots
Download horse Extension CRX File
Download horse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Nostr NIP-07 extension for signing events using a hardware wallet over WebSerial.
Extension Basic Information
Name | horse |
ID | ogdjeglchjlenflecdcoonkngmmipcoe |
Official URL | https://chromewebstore.google.com/detail/horse/ogdjeglchjlenflecdcoonkngmmipcoe |
Description | Hardware Remote Signer of Events |
File Size | 520 KB |
Installation Count | 168 |
Current Version | 0.0.1 |
Last Updated | 2023-03-14 |
Publish Date | 2023-03-14 |
Developer | fiatjaf |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/fiatjaf/horse |
Privacy Policy Page URL | https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md |
Supported Languages | 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": [ " |