TexSense | Overleaf LaTeX Word Counter Firefox

Examine source code of TexSense | Overleaf LaTeX Word Counter

Inspect and view changes in TexSense | Overleaf LaTeX Word Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TexSense | Overleaf LaTeX Word Counter",
  "version": "1.0.0",
  "description": "Real-time word count for Overleaf LaTeX documents.",
  "content_scripts": [
    {
      "matches": [
        "https://www.overleaf.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "styles.css"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js"
      ],
      "matches": [
        "https://www.overleaf.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://www.overleaf.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yingantheawang@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TexSense | Overleaf LaTeX Word Counter Alternatives

Here are some Firefox add-ons that are similar to TexSense | Overleaf LaTeX Word Counter: