LLM Translation Assistant Firefox

Examine source code of LLM Translation Assistant

By: ACTom
Inspect and view changes in LLM Translation Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "author": "Actom",
  "homepage_url": "https://github.com/ACTom/llmTranslationAssistant/",
  "issue_tracker": "https://github.com/ACTom/llmTranslationAssistant/issues",
  "browser_specific_settings": {
    "gecko": {
      "id": "llm-translation-assistant@actom.me"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://translations.documentfoundation.org/*",
    "https://wiki.documentfoundation.org/*",
    "https://hosted.weblate.org/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "site-configs.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extensionName__"
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  }
}

Best LLM Translation Assistant Alternatives

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