Synapse extension

Synapse extension is a wallet for Nervos CKB

Vad är Synapse extension?

Synapse extension är en Chrome-tillägg utvecklad av hellorebase, och dess huvudfunktion är "Synapse extension is a wallet for Nervos CKB".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Synapse extension-förlängningens CRX-fil

Ladda ner Synapse extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Synapse extension Synapse extension
ID jlbbhddconaakgfiepgconapcaeofdef
Officiell webbadress https://chromewebstore.google.com/detail/synapse-extension/jlbbhddconaakgfiepgconapcaeofdef
Beskrivning Synapse extension is a wallet for Nervos CKB
Filstorlek 1.22 MB
Antal Installationer 212
Aktuell Version 0.4.0
Senast Uppdaterad 2021-03-06
Publiceringsdatum 2020-06-16
Utvecklare hellorebase
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/rebase-network/synapse-extension/
Hjälpsida URL https://github.com/rebase-network/synapse-extension/issues
Stödda Språk 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'"
}