Gate.io

Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io

什麼是Gate.io?

Gate.io是由https://www.gate.io開發的Chrome擴展程式,該擴展的主要功能是“Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io”。

擴展截圖

screenshot
screenshot
screenshot

下載Gate.io擴展crx文件

下載Gate.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Browser extension for Gate.io- 让财富更自由
Buy, Sell and Trade 1000 Cryptocurrencies including Bitcoin, Ethereum, Litecoin, Dogecoin, and more !                    

擴展基本資訊

名稱 Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
官方網址 https://chromewebstore.google.com/detail/gateio/jcjjkhgdhhinaefkjdpfhilnphggocbg
簡介 Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io
檔案大小 26.06 MB
安裝次數 887
目前版本 1.0.1
更新時間 2022-05-27
上架時間 2021-12-10
評分 5.00/5 共 35 次評分
開發者 https://www.gate.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gate.io/
隱私政策頁面URL https://www.speedup.link/docs/privacy_policy.pdf
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gate.io",
    "version": "1.0.1",
    "description": "Cryptocurrency Market | Bitcoin Price Today | Bitcoin Real-Time Price | Gate.io",
    "icons": {
        "16": "images\/logo_icon.png",
        "48": "images\/logo_icon.png",
        "128": "images\/logo_icon.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/logo_icon.png",
        "default_title": "React CRX",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "insert.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ]
}