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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Gate.io Gate.io
ID jcjjkhgdhhinaefkjdpfhilnphggocbg
공식 URL 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:\/\/*\/*"
            ]
        }
    ]
}