Korektor Spellchecker

Allow using Korektor service on editable controls.

Korektor Spellchecker क्या है?

Korektor Spellchecker Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow using Korektor service on editable controls."।

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

screenshot

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

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

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

                        Korektor Spellchecker extension allows using Korektor service (spellchecker and occassional grammarchecker developed at Institute of Formal and Applied Linguistics, Charles University in Prague) on any editable input fields of web pages.

The extension allows either directly correcting the content, or showing a dialog with suggested corrections. Note that the dialog with suggestions is injected directly into the original page, so there can be various problems on untested sites. However, the extension seem to work fine on many sites.

Although the sources of Korektor service and this extension are available under BSD-3-Clause license, please respect the CC BY-SA-NC licence of the spellchecking models.

Korekor service is described at https://lindat.mff.cuni.cz/services/korektor/ , the Korektor itself is available from http://ufal.mff.cuni.cz/korektor .                    

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

नाम Korektor Spellchecker Korektor Spellchecker
ID clbjpfehpgcfakbadjendaebmhooiecl
आधिकारिक URL https://chromewebstore.google.com/detail/korektor-spellchecker/clbjpfehpgcfakbadjendaebmhooiecl
विवरण Allow using Korektor service on editable controls.
फ़ाइल का आकार 62.15 KB
स्थापना संख्या 186
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2017-11-13
प्रकाशन तिथि 2017-11-13
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ufal.mff.cuni.cz/korektor
समर्थित भाषाएँ en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "52.0"
        }
    },
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "version": "1.1.0",
    "homepage_url": "https:\/\/ufal.mff.cuni.cz\/korektor",
    "icons": {
        "48": "korektor_48.png",
        "128": "korektor_128.png"
    },
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/lindat.mff.cuni.cz\/"
    ],
    "minimum_chrome_version": "23",
    "background": {
        "scripts": [
            "korektor.js"
        ]
    }
}