Korektor Spellchecker

Allow using Korektor service on editable controls.

什麼是Korektor Spellchecker?

Korektor Spellchecker是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Allow using Korektor service on editable controls.”。

擴展截圖

screenshot

下載Korektor Spellchecker擴展crx文件

下載Korektor Spellchecker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}