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.…”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | kohihkmbhibggiimbdcllajjdbgddfae |
| 官方URL | 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"
}
]
} | |