Quick Translator AI Firefox

Examine source code of Quick Translator AI

Inspect and view changes in Quick Translator AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Translator",
  "version": "1.0",
  "description": "Translate selected text on webpages with a shortcut or popup, including translation history.",
  "permissions": [
    "activeTab",
    "storage",
    "commands"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "commands": {
    "translate-text": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q"
      },
      "description": "Translate selected text"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-translator@myextension.com"
    }
  }
}

Best Quick Translator AI Alternatives

Here are some Firefox add-ons that are similar to Quick Translator AI: