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 |
官方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" ] } |