Bridge Translate App

Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.

Bridge Translate Appとは何ですか?

Bridge Translate Appはhttps://xenosi.deによって開発されたChromeの拡張機能で、その主な機能は「Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.」です。

拡張機能のスクリーンショット

screenshot

Bridge Translate App拡張機能のCRXファイルをダウンロード

Bridge Translate App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Translate foreign language.
to Japanese, from Japanese result is great.
Foreign -> Japanese -> Your language result is not bad.
This app can 'Bridged' Translate.                    

拡張機能の基本情報

名前 Bridge Translate App Bridge Translate App
ID icdahkkjdchifpnbebileaelbcgipepe
公式URL https://chrome.google.com/webstore/detail/%EB%B8%8C%EB%A6%BF%EC%A7%80-%EB%B2%88%EC%97%AD-%EC%95%B1/icdahkkjdchifpnbebileaelbcgipepe
説明 Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.
ファイルサイズ 42.76 KB
インストール数 5,228
現在のバージョン 0.56
最終更新日 2022-06-04
公開日 2020-01-06
評価 4.63/5 合計 71 レビュー
開発者 https://xenosi.de
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://xenosi.de/texttransbridge/
プライバシーポリシーページのURL https://xenosi.de/privacyext.html
対応言語 en,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ko",
    "name": "__MSG_extName__",
    "short_name": "BridgeTranslate",
    "description": "__MSG_extDescription__",
    "version": "0.56",
    "icons": {
        "16": "image\/16x16.png",
        "48": "image\/48x48.png",
        "128": "image\/128x128.png"
    },
    "action": {
        "default_icon": {
            "19": "image\/19x19.png",
            "38": "image\/38x38.png"
        },
        "default_popup": "xeno_popup.html"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script\/trans.lib.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}