Fluent Tab Firefox

Examine source code of Fluent Tab

Inspect and view changes in Fluent Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fluent Tab",
  "version": "1.0.6",
  "description": "Learn languages while browsing with DeepL-powered translations. Transform any webpage into a language learning experience.",
  "browser_specific_settings": {
    "gecko": {
      "id": "fluent-tab@dbuidl.com",
      "strict_min_version": "79.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://fluent-tab.dbuidl.com/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "server-api.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "english-dictionary.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Fluent Tab",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "extensionicon.png"
  ]
}

Best Fluent Tab Alternatives

Here are some Firefox add-ons that are similar to Fluent Tab: