Strict Spellcheck Firefox

Examine source code of Strict Spellcheck

제작자: SymsTech
Inspect and view changes in Strict Spellcheck source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Strict Spellcheck",
  "version": "1.0",
  "description": "Highlight misspelled words on webpages.",
  "browser_specific_settings": {
    "gecko": {
      "id": "strictspellchecker@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "websites": "none",
        "user_data": "none"
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "spch_popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "spch_style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "words.txt"
  ]
}

최고의 Strict Spellcheck 대안

다음은 Strict Spellcheck과(와) 유사한 Firefox add-on입니다: