Synapse extension
Synapse extension is a wallet for Nervos CKB
什么是Synapse extension?
Synapse extension是由hellorebase开发的Chrome扩展程序,该扩展的主要功能是“Synapse extension is a wallet for Nervos CKB”。
扩展截图
下载Synapse extension扩展crx文件
下载Synapse extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Synapse extension |
ID | jlbbhddconaakgfiepgconapcaeofdef |
官方URL | https://chromewebstore.google.com/detail/synapse-extension/jlbbhddconaakgfiepgconapcaeofdef |
简介 | Synapse extension is a wallet for Nervos CKB |
文件大小 | 1.22 MB |
安装次数 | 212 |
当前版本 | 0.4.0 |
更新时间 | 2021-03-06 |
上架时间 | 2020-06-16 |
开发者 | hellorebase |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rebase-network/synapse-extension/ |
帮助页面URL | https://github.com/rebase-network/synapse-extension/issues |
支持的语言 | 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'" } |