Bridge Translate App

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

What is Bridge Translate App?

Bridge Translate App is a Chrome extension developed by https://xenosi.de, and its main feature is "Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.".

Extension Screenshots

screenshot

Download Bridge Translate App Extension CRX File

Download Bridge Translate App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bridge Translate App Bridge Translate App
ID icdahkkjdchifpnbebileaelbcgipepe
Official 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
Description Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.
File Size 42.76 KB
Installation Count 5,228
Current Version 0.56
Last Updated 2022-06-04
Publish Date 2020-01-06
Rating 4.63/5 Total 71 Ratings
Developer https://xenosi.de
Email [email protected]
Payment Type free
Extension Website https://xenosi.de/texttransbridge/
Privacy Policy Page URL https://xenosi.de/privacyext.html
Supported Languages 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"
    ]
}