Translate into Urdu

Translate into Urdu

Simply select the word, right-click on it, int the Context Menu click "Translate into Urdu". A dialogue box displays the results.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Simply select the word, right-click on it, int the Context Menu click \"Translate into Urdu\". A dialogue box displays the results.",
  "manifest_version": 2,
  "name": "Translate into Urdu",
  "version": "2.3",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "32": "icons/E2U-32-32.png",
    "48": "icons/icon.png"
  }
}