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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KOR - JPN Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}