Context Menu for Google Translate (To Arabic)

Context Menu for Google Translate (To Arabic)

Adds a right-click menu item that makes it easy to translate selected text in Google Translate to Arabic ™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Adds a right-click menu item that makes it easy to translate selected text in Google Translate to Arabic ™.",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "name": "Context Menu for Google Translate (To Arabic)",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.3.2",
  "manifest_version": 2
}