Re-enable browser spellcheck

Re-enable browser spellcheck

Changes 'spellcheck=off' to 'spellcheck=on' in web pages to override explicitly disabled settings.

Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "spellcheckfix.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Changes 'spellcheck=off' to 'spellcheck=on' in web pages to override explicitly disabled settings.",
  "icons": {
    "32": "icon32.png"
  },
  "name": "Re-enable browser spellcheck",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0"
}