One Click Translate

One Click Translate

One Click Translate: Send Google Translate with a right click. 100% WORKING.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.js",
      "js/background.js"
    ]
  },
  "default_locale": "en_US",
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "options_ui": {
    "page": "settings.html"
  },
  "name": "__MSG_appName__",
  "permissions": [
    "contextMenus",
    "https://*.google.com/*"
  ],
  "version": "1.9",
  "browser_specific_settings": {
    "gecko": {
      "id": "{722c1e49-ded2-4a21-9876-70350fcf62d4}"
    }
  }
}