Ollama Translation Firefox

Examine source code of Ollama Translation

By: shada
Inspect and view changes in Ollama Translation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ollama Translation",
  "version": "1.1",
  "description": "一个调用本机Ollama接口将选中文本翻译为简体中文的扩展。默认使用llama3模型。",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "icons": {
    "48": "./logo_48x48.jpg",
    "96": "./logo_96x96.jpg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cde3f1be-7081-4d64-b722-9136c980090d}"
    }
  }
}

Best Ollama Translation Alternatives

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