Coinhub

The gateway to learning and farming in DeFi

Coinhubとは何ですか?

Coinhubはcoinhubによって開発されたChromeの拡張機能で、その主な機能は「The gateway to learning and farming in DeFi」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Coinhub拡張機能のCRXファイルをダウンロード

Coinhub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Coinhub 是一款服务于 DeFi 生态的多链去中心化资产管理产品,集成了钱包、支付、交易、理财、挖矿等功能,旨在降低使用门槛、为用户提供安全便捷的一站式数字资产管理服务。Coinhub 现已上线浏览器插件版本及手机移动端版本,当前适用以太坊(ETH)、币安智能链(BSC)、火币生态链(Heco)等多条公链,并在陆续增加中。

同时,Coinhub 团队致力于普及区块链知识。为了帮助更多的人了解和参与到 DeFi 中,我们会同步输出各类科普教程,成为大家了解和进入 DeFi 世界的入口。

Coinhub is a cross-chain decentralized product that serves the Defi ecosystem. It integrates functions such as wallet, payment, transaction, finance, and mining, and aims to lower the threshold of usage and provides users with one-stop digital asset management services. Coinhub has now launched the browser plug-in and APP. Currently, it is applicable to multiple chains such as Ethereum (ETH), Binance Smart Chain (BSC), Huobi ECO Chain (Heco), and more.

Meanwhile, the Coinhub team is committed to popularizing blockchain knowledge. We will continuously come up with various tutorials on DeFi to help more people understand and participate in DeFi.                    

拡張機能の基本情報

名前 Coinhub Coinhub
ID jgaaimajipbpdogpdglhaphldakikgef
公式URL https://chromewebstore.google.com/detail/coinhub/jgaaimajipbpdogpdglhaphldakikgef
説明 The gateway to learning and farming in DeFi
ファイルサイズ 9.98 MB
インストール数 4,000
現在のバージョン 1.0.4
最終更新日 2021-06-05
公開日 2021-04-23
評価 3.86/5 合計 7 レビュー
開発者 coinhub
支払い方法 free
拡張機能のウェブサイト https://www.coinhub.org
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/coinhub.org",
    "background": {
        "scripts": [
            "globalthis.js",
            "initSentry.js",
            "lockdown.js",
            "runLockdown.js",
            "bg-libs.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png",
            "512": "images\/icon-512.png"
        },
        "default_title": "Coinhub",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "disable-console.js",
                "globalthis.js",
                "lockdown.js",
                "runLockdown.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "http:\/\/localhost:8545\/",
        "https:\/\/*.infura.io\/",
        "*:\/\/*.coinhub.org\/",
        "activeTab",
        "webRequest",
        "*:\/\/*.eth\/",
        "notifications"
    ],
    "short_name": "__MSG_appName__",
    "version": "1.0.4",
    "web_accessible_resources": [
        "inpage.js",
        "phishing.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/metamask.io\/*",
            "https:\/\/www.coinhub.org\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "63"
}