Page Tools: Highlight & Word Count Firefox

Examine source code of Page Tools: Highlight & Word Count

By: 77LOC
Inspect and view changes in Page Tools: Highlight & Word Count source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Tools: Highlight & Word Count",
  "version": "1.0.0",
  "description": "Quickly highlight selected text and see word/character counts from a toolbar popup and context menu. Minimal permissions, MV2, AMO-compliant.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "page-tools@example.com",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Page Tools",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Page Tools: Highlight & Word Count Alternatives

Here are some Firefox add-ons that are similar to Page Tools: Highlight & Word Count: