Web Spell Checker Firefox

Examine source code of Web Spell Checker

By: gold88
Inspect and view changes in Web Spell Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Spell Checker",
  "version": "1.0",
  "description": "Tiện ích giúp kiểm tra và sửa lỗi chính tả trên các trang web",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4158ed3d-8836-4415-b4f1-ba448d15aefc}"
    }
  }
}

Best Web Spell Checker Alternatives

Here are some Firefox add-ons that are similar to Web Spell Checker: