The Best Grammar Checking App

The Best Grammar Checking App

Checks for incorrect grammar and corrects it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Best Grammar Checking App",
  "permissions": [
    "activeTab"
  ],
  "description": "Checks for incorrect grammar and corrects it",
  "version": "4.2",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "icons": {
        "16": "Images/T-16.jpg",
        "48": "Images/T-48.jpg",
        "128": "Images/T-128.jpg"
      },
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}