ImTranslator style tools Firefox

Examine source code of ImTranslator style tools

제작자: imtranslator Add-on
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}"
    }
  }
}

최고의 ImTranslator style tools 대안

다음은 ImTranslator style tools과(와) 유사한 Firefox add-on입니다: