Bridge Translate App
Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.
Bridge Translate App là gì?
Bridge Translate App là một tiện ích mở rộng Chrome được phát triển bởi https://xenosi.de, và tính năng chính của nó là "Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bridge Translate App
Tải xuống các tệp mở rộng Bridge Translate App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Translate foreign language. to Japanese, from Japanese result is great. Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translate.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | icdahkkjdchifpnbebileaelbcgipepe |
URL Chính Thức | 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 |
Mô tả | Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation. |
Kích Thước Tệp | 42.76 KB |
Số Lần Cài Đặt | 5,228 |
Phiên Bản Hiện Tại | 0.56 |
Cập Nhật Lần Cuối | 2022-06-04 |
Ngày Phát Hành | 2020-01-06 |
Đánh Giá | 4.63/5 Tổng số 71 Đánh Giá |
Nhà Phát Triển | https://xenosi.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://xenosi.de/texttransbridge/ |
URL Trang Chính Sách Bảo Mật | https://xenosi.de/privacyext.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |