Morfix Translator

Morfix Translator

Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Morfix Translator",
  "version": "0.11",
  "permissions": [
    "contextMenus"
  ],
  "description": "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "manifest_version": 2
}