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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |