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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |