LLM Translation Plugin Firefox

Examine source code of LLM Translation Plugin

By: pldz
Inspect and view changes in LLM Translation Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LLM Translator",
  "version": "1.0.7",
  "description": "大语言模型的文本翻译插件",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "function.js",
      "background.js"
    ]
  },
  "commands": {
    "llm_translate_shortcut": {
      "suggested_key": {
        "default": "Alt+T"
      },
      "description": "大语言模型的文本翻译插件"
    }
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dba369f7-28bf-446d-9bcf-f6f14a5ffde4}"
    }
  }
}

Best LLM Translation Plugin Alternatives

Here are some Firefox add-ons that are similar to LLM Translation Plugin: