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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |