Grammar Enhancer Firefox

Examine source code of Grammar Enhancer

By: Tunswi
Inspect and view changes in Grammar Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Grammar Enhancer",
  "version": "0.1.1",
  "description": "Provides real-time English grammar suggestions to improve your writing. Detects errors, suggests corrections, and enhances clarity for emails, documents, and web content",
  "manifest_version": 2,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg/wAu86aayfkDEvVAGgdtl8FS2/axn1JqdDl9awFDUdSLZrCNJ/7vMJBEUp3IpgzBMF+qFH9UZFQJIuyo2vRHnmIXDMVXEfYLmIJ9WfMYQnu8sUvcTilj7zCzaWSyo1/VqGeahsRX18VZBaMyOc4vauSojZFi66ZkR+dd9JoPhbxFFAMrcZkYeoIL27+ofKRy01gCBN/p3kQtowfvQtxGA+5irSqspXPtFIeTY20ZBhGaYR1KXu9wwa9ghtuQPf00Gy8+FyDzFwemawJ3KjlATokTjqEw9Z8ZM1kB6sS0q50xSJUhlbQ+/FMFN0owm7K5UHTSXGOALS8YPnHASeP3wIDAQAB",
  "permissions": [
    "https://docs.google.com/*",
    "storage"
  ],
  "page_action": {
    "default_icon": {
      "16": "images/quill-orange16.png",
      "24": "images/quill-orange24.png",
      "32": "images/quill-orange32.png"
    },
    "default_title": "Write Better",
    "default_popup": ""
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://docs.google.com/*"
      ],
      "include_globs": [
        "https://docs.google.com/document/d/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "highlight.css"
      ]
    }
  ],
  "icons": {
    "16": "images/quill-orange16.png",
    "32": "images/quill-orange32.png",
    "48": "images/quill-orange48.png",
    "128": "images/quill-orange128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{83a2bb7b-645e-44ae-8561-ba9a8c8ac564}"
    }
  }
}

Best Grammar Enhancer Alternatives

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