Spell check

Find misspellings!

Spell check क्या है?

Spell check lilo.jacob द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find misspellings!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Are you sensitive about spelling? Awesome! So do we!
Are you a website designer, a blogger or a tester? Join us on a mission to improve the quality of Internet sources through decreasing the spelling mistakes in web content.
Setup the extension, select a piece of text and check it on context menu. The extension will identify typos in Russian and English and suggest the improvements.                    

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

नाम Spell check Spell check
ID jebmdjgdkkijogdnalmimaofgpdmhigh
आधिकारिक URL https://chromewebstore.google.com/detail/spell-check/jebmdjgdkkijogdnalmimaofgpdmhigh
विवरण Find misspellings!
फ़ाइल का आकार 89.66 KB
स्थापना संख्या 14,957
वर्तमान संस्करण 1.0.0.5
अंतिम अपडेट 2013-12-03
प्रकाशन तिथि 2013-12-02
रेटिंग 3.61/5 कुल 142 रेटिंग्स
डेवलपर lilo.jacob
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0.5",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "content\/images\/icon-16.png",
        "48": "content\/images\/icon-48.png",
        "128": "content\/images\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "3rd\/jquery-2.0.3.min.js",
            "background.js",
            "spellChecker.js"
        ]
    },
    "permissions": [
        "https:\/\/speller.yandex.net\/services\/spellservice.json\/checkText",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/css\/popup.css"
            ],
            "js": [
                "3rd\/jquery-2.0.3.min.js",
                "contentScript.js"
            ]
        }
    ],
    "default_locale": "ru"
}