한국 영어 번역

한국 영어 번역

한국어 번역 - 다른 언어로 텍스트를 번역합니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "한국 영어 번역",
  "manifest_version": 2,
  "description": "한국어 번역 -  다른 언어로 텍스트를 번역합니다.",
  "version": "2.0.1",
  "icons": {
    "24": "icon24.png",
    "128": "icon128.png"
  },
  "permissions": [],
  "app": {
    "urls": [
      "http://hangug-yeong-eo-beon-yeog.herokuapp.com/"
    ],
    "launch": {
      "web_url": "http://hangug-yeong-eo-beon-yeog.herokuapp.com/"
    }
  }
}