Tamil Dictionary Firefox

Examine source code of Tamil Dictionary

Inspect and view changes in Tamil Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tamil Dictionary",
  "version": "1.0.0",
  "description": "An Tamil Dictionary which gives meaning of a word which is double-click selected on a webpage.",
  "icons": {
    "48": "icons/icon-48x48.png",
    "96": "icons/icon-96x96.png",
    "144": "icons/icon-144x144.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-96x96.png",
    "default_title": "Tamil Dictionary",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/js/jquery-3.2.1.min.js",
        "/popup/popup.js"
      ]
    }
  ]
}

Best Tamil Dictionary Alternatives

Here are some Firefox add-ons that are similar to Tamil Dictionary: