Synapse extension

Synapse extension is a wallet for Nervos CKB

什麼是Synapse extension?

Synapse extension是由hellorebase開發的Chrome擴展程式,該擴展的主要功能是“Synapse extension is a wallet for Nervos CKB”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Synapse extension
ID jlbbhddconaakgfiepgconapcaeofdef
官方網址 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'"
}