SpellCheckAnywhere

SpellCheckAnywhere

This extension allows you to make spellcheck work on whole page body.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "cisco211",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icon-48.png"
    },
    "default_title": "SpellCheckAnywhere"
  },
  "description": "This extension allows you to make spellcheck work on whole page body.",
  "icons": {
    "48": "icon-48.png"
  },
  "manifest_version": 2,
  "name": "SpellCheckAnywhere",
  "permissions": [
    "file://*/",
    "http://*/",
    "https://*/"
  ],
  "version": "0.0.0.2"
}