TranLex Firefox

Examine source code of TranLex

提供元: qustelm
Inspect and view changes in TranLex source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TranLex",
  "version": "1.0",
  "description": "Adds a small translation hint to the highlighted word",
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; upgrade-insecure-requests;",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "app.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{633ff43f-7577-4342-877f-80337cec85ac}"
    }
  }
}

ベストのTranLex代替案

TranLexに類似したFirefox add-onをいくつか紹介します: