English Definition Helper

English Definition Helper

This Definition helper is a totally free site for English definitions, by collecting all definitions from all world dictionaries.

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 Definition Helper",
  "version": "1.5.2",
  "description": "This Definition helper is a totally free site for English definitions, by collecting all definitions from all world dictionaries.",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "jquery.js",
        "main.js"
      ]
    }
  },
  "permissions": [
    "https://www.google-analytics.com/*",
    "https://*.nicedefinition.com/",
    "https://malah-code.github.io/",
    "webview",
    "storage",
    "alarms"
  ]
}