Nostr Connect
Nostr Signer Extension
什么是Nostr Connect?
Nostr Connect是由reyanostr001开发的Chrome扩展程序,该扩展的主要功能是“Nostr Signer Extension”。
扩展截图
下载Nostr Connect扩展crx文件
下载Nostr Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to sign Nostr events on web-apps without having to give them your keys. Designed by: https://njump.me/npub1r0rs5q2gk0e3dk3nlc7gnu378ec6cnlenqp8a3cjhyzu6f8k5sgs4sq9ac Fork of nos2x by https://njump.me/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6
扩展基本信息
名称 | Nostr Connect |
ID | ampjiinddmggbhpebhaegmjkbbeofoaj |
官方URL | https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj |
简介 | Nostr Signer Extension |
文件大小 | 693 KB |
安装次数 | 102 |
当前版本 | 0.1.0 |
更新时间 | 2023-11-23 |
上架时间 | 2023-11-23 |
评分 | 5.00/5 共1次评分 |
开发者 | reyanostr001 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/reyamir/nostr-connect |
帮助页面URL | https://github.com/reyamir/nostr-connect/issues |
隐私政策页面URL | https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nostr Connect", "description": "Nostr Signer Extension", "version": "0.1.0", "homepage_url": "https:\/\/github.com\/reyamir\/nostr-connect", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options.html", "background": { "service_worker": "\/build\/background.build.js" }, "action": { "default_title": "Nostr Connect", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |