Synapse extension
Synapse extension is a wallet for Nervos CKB
Cos'è Synapse extension?
Synapse extension è un'estensione di Chrome sviluppata da hellorebase, e la sua funzione principale è "Synapse extension is a wallet for Nervos CKB".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Synapse extension
Scarica i file di estensione Synapse extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Synapse extension |
ID | jlbbhddconaakgfiepgconapcaeofdef |
URL Ufficiale | https://chromewebstore.google.com/detail/synapse-extension/jlbbhddconaakgfiepgconapcaeofdef |
Descrizione | Synapse extension is a wallet for Nervos CKB |
Dimensione del File | 1.22 MB |
Conteggio Installazioni | 212 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2021-03-06 |
Data di Pubblicazione | 2020-06-16 |
Sviluppatore | hellorebase |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rebase-network/synapse-extension/ |
URL della Pagina di Aiuto | https://github.com/rebase-network/synapse-extension/issues |
Lingue Supportate | 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'" } |