Spell check

Find misspellings!

Spell check란 무엇입니까?

Spell check은(는) lilo.jacob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find misspellings!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Spell check 확장 프로그램 CRX 파일 다운로드

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