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
公式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
Eメール [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'"
}