BTranslator

Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…

什麼是BTranslator?

BTranslator是由otherlite開發的Chrome擴展程式,該擴展的主要功能是“Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…”。

擴展截圖

screenshot
screenshot

下載BTranslator擴展crx文件

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

擴展使用說明

                        Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.

It currently supports English-Korean translation services and will provide more platform language services in the future.

Features:
- Korean translation of web pages

Btranslator
- Customized translation services for investors
- Professional and accurate translation services                    

擴展基本資訊

名稱 BTranslator BTranslator
ID kohihkmbhibggiimbdcllajjdbgddfae
官方網址 https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae
簡介 Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
檔案大小 3.65 KB
安裝次數 153
目前版本 1.0
更新時間 2023-02-05
上架時間 2023-02-05
開發者 otherlite
電子郵箱 [email protected]
付費類型 free
支援的語言 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BTranslator",
    "version": "1.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.bybit.com\/*",
                "http:\/\/*.bybit.com\/*"
            ],
            "resources": [
                "script.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bybit.com\/*",
                "http:\/\/*.bybit.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}