KOR - JPN Translator
Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API
KOR - JPN Translator란 무엇입니까?
KOR - JPN Translator은(는) https://nopdin.tistory.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API"입니다.
확장 프로그램 스크린샷
KOR - JPN Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Korea and Japan is neighbor country. But they have their own language, Korean and Japanese. Many of Koreans are using Google translator or NAVER translator to convert Korean to Japanese. It's quite a bit annoying task because we have to open up new tab and have to visit each web sites. "KOR - JPN Translator" will reduce those time and you can simply copy original Korean contents into the box then will simultaneously get translated result in Japanese. As of now, this program uses NAVER's translator engine only but soon will be updated to use Google as well. Release Note ========== v0.6 : Fix-up blocking other web sites issue v0.5 : "500 Internal Server Error" bug fixed v0.4 : Change translate service target to NAVER official translate API v0.3 : Translate from Japanese to Korean added with new short cut (Ctrl+Shift+Enter) v0.2 : Short cut (Ctrl+Enter) added to trigger translate after editing source content.
확장 프로그램 기본 정보
이름 | KOR - JPN Translator |
ID | jhpldlebcafbahogfooadncbjilepaai |
공식 URL | https://chromewebstore.google.com/detail/kor-jpn-translator/jhpldlebcafbahogfooadncbjilepaai |
설명 | Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API |
파일 크기 | 18 KB |
설치 횟수 | 68 |
현재 버전 | 0.6 |
최근 업데이트 | 2017-01-03 |
출시 날짜 | 2017-01-02 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://nopdin.tistory.com |
결제 유형 | free |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KOR - JPN Translator", "description": "Realtime translator for Korean to Japanese \/ v0.6 - Adapt of NAVER Translator API ", "version": "0.6", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/openapi.naver.com\/", "https:\/\/openapi.naver.com\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |