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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } ] } |