KOR - JPN Translator
Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API
Τι είναι το KOR - JPN Translator;
Το KOR - JPN Translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nopdin.tistory.com, και η κύρια λειτουργία του είναι "Realtime translator for Korean to Japanese / v0.6 - Adapt of NAVER Translator API".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης KOR - JPN Translator
Λήψη αρχείων επέκτασης 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 |
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" } } |