BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
BTranslatorคืออะไร?
BTranslator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย otherlite และคุณลักษณะหลักของมันคือ "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTranslator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } ] } |