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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}