Highlight Me! Firefox

Examine source code of Highlight Me!

Inspect and view changes in Highlight Me! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "highlight-me",
  "version": "1.0.0",
  "license": "GPL-3.0-only",
  "description": "An extremely simple and minimal text highlighting tool.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Highlight Me! Alternatives

Here are some Firefox add-ons that are similar to Highlight Me!: