Nostr Connect
Nostr Signer Extension
Hvad er Nostr Connect?
Nostr Connect er en Chrome-udvidelse udviklet af reyanostr001, og dens hovedfunktion er "Nostr Signer Extension".
Udvidelsesskærmbilleder
Download Nostr Connect-udvidelses-CRX-fil
Download Nostr Connect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Nostr Connect |
ID | ampjiinddmggbhpebhaegmjkbbeofoaj |
Officiel URL | https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj |
Beskrivelse | Nostr Signer Extension |
Filstørrelse | 693 KB |
Antal Installationer | 102 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2023-11-23 |
Udgivelsesdato | 2023-11-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | reyanostr001 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/reyamir/nostr-connect |
Hjælpeside-URL | https://github.com/reyamir/nostr-connect/issues |
URL til Fortrolighedspolitik Side | https://github.com/fiatjaf/kwh/blob/master/docs/privacy-policy.md |
Understøttede Sprog | 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": [ " |