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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | icdahkkjdchifpnbebileaelbcgipepe |
| 官方網址 | 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"
]
} | |