Text Highlight Counter Firefox

Examine source code of Text Highlight Counter

By: Hamza
Inspect and view changes in Text Highlight Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Highlight Counter",
  "version": "1.0",
  "description": "Highlight đoạn văn bản khi rê chuột qua và đếm tổng số chữ đã lướt qua trong ngày.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{32fe8d92-8760-4dee-a79e-007cfd3c2128}"
    }
  }
}

Best Text Highlight Counter Alternatives

Here are some Firefox add-ons that are similar to Text Highlight Counter: