Bridge Translate App

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

Bridge Translate Appคืออะไร?

Bridge Translate App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xenosi.de และคุณลักษณะหลักของมันคือ "Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bridge Translate App

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}