WebExtension.net
Toggle dark mode
WebExtension.net

Spell Checker for Chrome

View on Chrome Web Store
View Spell Checker for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (901 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.
Type
Extension
Users
100,000 users
Smart Software
View author page of Smart Software
Published
Published on June 22, 2011
Version 0.9.4.7
Manifest version
3
Updated
Updated on December 21, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Spell Checker for Chrome Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/option.js"
            ],
            "matches": [
                "*:\/\/iblogbox.com\/chrome\/spellcheck\/option\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/spellcheck.js"
            ],
            "matches": [
                "*:\/\/iblogbox.com\/chrome\/spellcheck\/ext\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/languagetool.org\/*",
        "*:\/\/*.languagetool.org\/*",
        "*:\/\/*.nara-speller.co.kr\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "system.display"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.4.7"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top