KOR - JPN Translator
Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API
KOR - JPN Translator là gì?
KOR - JPN Translator là một tiện ích mở rộng Chrome được phát triển bởi https://nopdin.tistory.com, và tính năng chính của nó là "Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API".
Ả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 KOR - JPN Translator
Tải xuống các tệp mở rộng KOR - JPN Translator 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KOR - JPN Translator |
ID | jhpldlebcafbahogfooadncbjilepaai |
URL Chính Thức | https://chromewebstore.google.com/detail/kor-jpn-translator/jhpldlebcafbahogfooadncbjilepaai |
Mô tả | Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API |
Kích Thước Tệp | 18 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2017-01-03 |
Ngày Phát Hành | 2017-01-02 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://nopdin.tistory.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |