Synapse extension
Synapse extension is a wallet for Nervos CKB
What is Synapse extension?
Synapse extension is a Chrome extension developed by hellorebase, and its main feature is "Synapse extension is a wallet for Nervos CKB".
Extension Screenshots
Download Synapse extension Extension CRX File
Download Synapse extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Synapse extension |
ID | jlbbhddconaakgfiepgconapcaeofdef |
Official URL | https://chromewebstore.google.com/detail/synapse-extension/jlbbhddconaakgfiepgconapcaeofdef |
Description | Synapse extension is a wallet for Nervos CKB |
File Size | 1.22 MB |
Installation Count | 212 |
Current Version | 0.4.0 |
Last Updated | 2021-03-06 |
Publish Date | 2020-06-16 |
Developer | hellorebase |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rebase-network/synapse-extension/ |
Help Page URL | https://github.com/rebase-network/synapse-extension/issues |
Supported Languages | 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'" } |