google_translate_helper Firefox

Examine source code of google_translate_helper

Inspect and view changes in google_translate_helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "create a google dictory",
  "manifest_version": 2,
  "name": "google_translate_helper",
  "version": "1.1.1",
  "homepage_url": "https://github.com/geniousli/google_translate_helper",
  "icons": {
    "48": "icons/translate-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://translate.google.cn/*",
        "*://translate.google.com/*"
      ],
      "js": [
        "toast.js",
        "dictionary.js"
      ],
      "css": [
        "dictionary.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>"
  ]
}

Best google_translate_helper Alternatives

Here are some Firefox add-ons that are similar to google_translate_helper: