Spanish Translation Utilities

Adds a right-click menu to translate selected spanish text using Google Translate, Spanish Dict, or Lingee
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Spanish Translation Utilities",
  "version": "1.2resigned1",
  "description": "Adds a right-click menu to translate selected spanish text using Google Translate, Spanish Dict, or Lingee",
  "developer": {
    "name": "Tony Fischetti",
    "url": "tonyfischetti.com"
  },
  "permissions": [
    "menus"
  ],
  "icons": {
    "48": "icons/small.png",
    "96": "icons/big.png"
  },
  "browser_action": {
    "default_icon": "icons/small.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{acc3e99e-c03d-48c9-944b-738e70302f16}"
    }
  }
}