Multi-Words Highlighter Firefox

Examine source code of Multi-Words Highlighter

By: Nico
Inspect and view changes in Multi-Words Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "achille.talon@gmail.com",
      "strict_min_version": "79.0"
    }
  },
  "author": "Nicolas Crouzier",
  "background": {
    "scripts": [
      "js/background.js",
      "js/common.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/multisearch.svg",
    "default_popup": "static/popup.html",
    "default_title": "Multi-Word Highlighter"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Highlights given keywords on any web page you visit.",
  "homepage_url": "https://github.com/ncrouzier/multi-keywords-highlighter",
  "commands": {
    "enable-toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "MacCtrl+A"
      },
      "description": "Toggle searching feature on/off"
    },
    "search-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "MacCtrl+S"
      },
      "description": "Refresh the search"
    },
    "clear-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "MacCtrl+D"
      },
      "description": "Clear highlighted words"
    }
  },
  "icons": {
    "16": "img/multisearch.svg",
    "19": "img/multisearch.svg",
    "24": "img/multisearch.svg",
    "32": "img/multisearch.svg",
    "38": "img/multisearch.svg",
    "48": "img/multisearch.svg",
    "64": "img/multisearch.svg",
    "72": "img/multisearch.svg",
    "96": "img/multisearch.svg",
    "128": "img/multisearch.svg",
    "256": "img/multisearch.svg"
  },
  "manifest_version": 2,
  "name": "Multi-Word Highlighter",
  "permissions": [
    "tabs",
    "contextMenus",
    "menus"
  ],
  "short_name": "Multi-Word Highlighter",
  "version": "1.1.1"
}

Best Multi-Words Highlighter Alternatives

Here are some Firefox add-ons that are similar to Multi-Words Highlighter: