Grammar Highlight Firefox

Examine source code of Grammar Highlight

Inspect and view changes in Grammar Highlight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Grammar Highlight",
  "version": "1.0",
  "description": "Highlight grammatical elements such as subjects, verbs, adverbs, etc.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Grammar Highlight",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f0b3f3ba-0fbc-478d-9d9b-231fad352f8e}"
    }
  }
}

Best Grammar Highlight Alternatives

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