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”。

擴展截圖

screenshot

下載KOR - JPN Translator擴展crx文件

下載KOR - JPN Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 KOR - JPN Translator
ID jhpldlebcafbahogfooadncbjilepaai
官方網址 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"
    }
}