ImTranslator style tools Firefox

Examine source code of ImTranslator style tools

Inspect and view changes in ImTranslator style tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ImTranslator (Demo)",
  "version": "1.0.0",
  "description": "ImTranslator-style tools: quick selection translate, popup translator and page demo. Ready for API integration.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "ImTranslator",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a27c411c-7d63-4f29-ac5e-802423f229cf}"
    }
  }
}

Meilleures alternatives ImTranslator style tools

Voici quelques Firefox add-ons qui sont similaires à ImTranslator style tools :