Inline Thesaurus Firefox

Examine source code of Inline Thesaurus

Inspect and view changes in Inline Thesaurus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inline Thesaurus",
  "version": "1.3",
  "description": "Highlight any word on a webpage to view synonyms directly inline.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "https://api.dictionaryapi.dev/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_title": "Inline Thesaurus"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Inline-Thesaurus",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Inline Thesaurus Alternatives

Here are some Firefox add-ons that are similar to Inline Thesaurus: