Cunning Linguist - Translate locally Firefox

Examine source code of Cunning Linguist - Translate locally

Inspect and view changes in Cunning Linguist - Translate locally source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cunning Linguist - Translate locally",
  "version": "0.1",
  "description": "Translate any website using local Ollama LLM backend",
  "permissions": [
    "activeTab",
    "storage",
    "*://127.0.0.1/*",
    "*://localhost/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fftranslator@gerold.meisinger.gitlab.com"
    }
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Translate current tab or selection"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Melhores alternativas Cunning Linguist - Translate locally

Aqui estão algumas Firefox add-ons que são similares a Cunning Linguist - Translate locally: