Aratools Arabic-English Dictionary

Aratools Arabic-English Dictionary

Translate and get prefix and suffix morphology, parts of speech of Arabic words.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Aratools Arabic-English Dictionary",
  "version": "0.3.1",
  "description": "Translate and get prefix and suffix morphology, parts of speech of Arabic words.",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Query",
    "default_popup": "index.html",
    "default_icon": "qaf.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      }
    }
  },
  "icons": {
    "128": "qaf.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}