Spell Checker for Chrome

Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.

Spell Checker for Chrome क्या है?

Spell Checker for Chrome Smart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spell Checker for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is a spell checker extension for Chrome. 
It's easy to use and fast. 
This extension supports 25 languages for spell check. It's a tool to check spellings of words and come up with suggestions for misspelled words.

*User defined shortcuts, color
*User dictionary support
*Chrome contextmenu support
*User-friendly spell edit interface
*Support languages
Danish, Dutch, English, Finnish, French, German, Italian, Polish, Portuguese, Russian, Spanish, Swedish.. and more.
This extension works with minimal permissions since 2011.

#UPDATES
*2019-01
Compatibility update with Chrome 73+

*2016-02
Danish, Finnish, Spanish spell check problem is fixed.
English spell check performance is improved.

http://iblogbox.com/chrome/spellcheck                    

एक्सटेंशन की मूल जानकारी

नाम Spell Checker for Chrome Spell Checker for Chrome
ID jfpdnkkdgghlpdgldicfgnnnkhdfhocg
आधिकारिक URL https://chromewebstore.google.com/detail/spell-checker-for-chrome/jfpdnkkdgghlpdgldicfgnnnkhdfhocg
विवरण Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.
फ़ाइल का आकार 80.1 KB
स्थापना संख्या 179,080
वर्तमान संस्करण 0.9.4.3
अंतिम अपडेट 2022-11-19
प्रकाशन तिथि 2020-04-11
रेटिंग 3.46/5 कुल 904 रेटिंग्स
डेवलपर Smart Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://iblogbox.com/chrome/spellcheck
गोपनीयता नीति पृष्ठ URL http://iblogbox.com/chrome/tos.php
समर्थित भाषाएँ de,en,fr,nl,no,da,es,it,hu,pl,pt-BR,ro,sk,fi,sv,cs,el,ru,uk,iw,ta,th,ar,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "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\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_ext_name__"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "name": "__MSG_ext_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/languagetool.org\/*",
        "*:\/\/*.languagetool.org\/*",
        "*:\/\/*.pusan.ac.kr\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "0.9.4.3"
}