Synapse extension
Synapse extension is a wallet for Nervos CKB
Was ist Synapse extension?
Synapse extension ist eine Chrome-Erweiterung, die von hellorebase entwickelt wurde, und ihr Hauptmerkmal ist "Synapse extension is a wallet for Nervos CKB".
Erweiterungsscreenshots
Synapse extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Synapse extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Synapse extension is a wallet for Nervos CKB. All users that in ckb ecosystem can use this extension to manage their assets. It support user defined tokens and other tokens defined in ckb. Also can work with defi protocols.
Grundlegende Informationen zur Erweiterung
Name | Synapse extension |
ID | jlbbhddconaakgfiepgconapcaeofdef |
Offizielle URL | https://chromewebstore.google.com/detail/synapse-extension/jlbbhddconaakgfiepgconapcaeofdef |
Beschreibung | Synapse extension is a wallet for Nervos CKB |
Dateigröße | 1.22 MB |
Installationsanzahl | 212 |
Aktuelle Version | 0.4.0 |
Letztes Update | 2021-03-06 |
Veröffentlichungsdatum | 2020-06-16 |
Entwickler | hellorebase |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rebase-network/synapse-extension/ |
Hilfeseite URL | https://github.com/rebase-network/synapse-extension/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Synapse extension", "description": "Synapse extension is a wallet for Nervos CKB", "version": "0.4.0", "id": "dbmnckdibkgoeppfmploopnghhgnnnmf", "options_page": "", "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "logo-32.png" }, "icons": { "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/browser-polyfill.min.js", "js\/contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "js\/injectedScript.js" ], "permissions": [ "storage", "notifications", "downloads" ], "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |