English-Thai Dictionary แปลอังกฤษ-ไทย

English-Thai Dictionary แปลอังกฤษ-ไทย

Translate double-clicked highlighted word from English to Thai. แปลไทยเป็นอังกฤษโดยการดับเบิ้ลคลิกคำที่ต้องการ

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "English-Thai Dictionary แปลอังกฤษ-ไทย",
  "description": "Translate double-clicked highlighted word from English to Thai. แปลไทยเป็นอังกฤษโดยการดับเบิ้ลคลิกคำที่ต้องการ",
  "version": "1.0.4",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ]
    }
  ],
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  }
}