WebExtension.net
WebExtension.net

Spell Checker for Chrome

View on Chrome Web Store
View Spell Checker for Chrome Chrome Extension on Chrome Web Store
3.5 (901 ratings)

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.6
Manifest version
3
Updated
Updated on September 17, 2024
View on Chrome Web Store
View Spell Checker for Chrome Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

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.6"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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