Text Selection Analyzer Firefox

Examine source code of Text Selection Analyzer

Inspect and view changes in Text Selection Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Selection Analyzer",
  "version": "1.0",
  "description": "Analyze selected text with detailed statistics, readability metrics, and language detection",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "textanalyzer.js"
      ],
      "css": [
        "textanalyzer.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Text Selection Analyzer",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bdd4c59d-aa14-4784-afd4-dfaad29e566d}"
    }
  }
}

Best Text Selection Analyzer Alternatives

Here are some Firefox add-ons that are similar to Text Selection Analyzer: