nos2x
Nostr Signer Extension
什么是nos2x?
nos2x是由fiatjaf开发的Chrome扩展程序,该扩展的主要功能是“Nostr Signer Extension”。
扩展截图
下载nos2x扩展crx文件
下载nos2x扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to sign Nostr events on web-apps without having to give them your keys.
Implements NIP-07. 扩展基本信息
| 名称 | |
| ID | kpgefcfmnafjgpblomihpgmejjdanjjp |
| 官方URL | https://chromewebstore.google.com/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp |
| 简介 | Nostr Signer Extension |
| 文件大小 | 677 KB |
| 安装次数 | 5,339 |
| 当前版本 | 2.2.0 |
| 更新时间 | 2023-08-07 |
| 上架时间 | 2022-01-28 |
| 评分 | 4.82/5 共11次评分 |
| 开发者 | fiatjaf |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/fiatjaf/nos2x |
| 帮助页面URL | https://github.com/fiatjaf/nos2x |
| 隐私政策页面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": "nos2x",
"description": "Nostr Signer Extension",
"version": "2.2.0",
"homepage_url": "https:\/\/github.com\/fiatjaf\/nos2x",
"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": "nos2x",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
" | |