LEO.org simple translator

LEO.org simple translator

Easily translate words from any website within your browser — with auto-focus!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery.js",
        "inject.js"
      ],
      "matches": [
        "http://pda.leo.org/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Easily translate words from any website within your browser — with auto-focus!",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "LEO.org simple translator",
  "version": "0.3",
  "web_accessible_resources": [
    "popup.html"
  ]
}