Grammar Checker

Grammar Checker

Checking grammar, spelling and style. Check the spelling of the text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "Grammar",
  "description": "Checking grammar, spelling and style. Check the spelling of the text.",
  "version": "1.0",
  "default_locale": "en",
  "offline_enabled": false,
  "icons": {
    "128": "afish/molop/yoho.png"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "128": "afish/molop/shikaka/gio.png"
    },
    "default_popup": "pupap.html",
    "default_title": "Grammar Checker"
  },
  "commands": {
    "grammar-checker": {
      "suggested_key": {
        "default": "Ctrl+Shift+G",
        "mac": "Command+Shift+G"
      },
      "description": "Check Grammar"
    }
  },
  "background": {
    "scripts": [
      "querycolo/anoth-query/lz-string.min.js",
      "afish/asiok/bugag.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sinoro/cent.js"
      ]
    }
  ]
}