Spell Checker for Chrome

Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.

Spell Checker for Chrome란 무엇입니까?

Spell Checker for Chrome은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Spell Checker for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a spell checker extension for Chrome. 
It's easy to use and fast. 
This extension supports 25 languages for spell check. It's a tool to check spellings of words and come up with suggestions for misspelled words.

*User defined shortcuts, color
*User dictionary support
*Chrome contextmenu support
*User-friendly spell edit interface
*Support languages
Danish, Dutch, English, Finnish, French, German, Italian, Polish, Portuguese, Russian, Spanish, Swedish.. and more.
This extension works with minimal permissions since 2011.

#UPDATES
*2019-01
Compatibility update with Chrome 73+

*2016-02
Danish, Finnish, Spanish spell check problem is fixed.
English spell check performance is improved.

http://iblogbox.com/chrome/spellcheck                    

확장 프로그램 기본 정보

이름 Spell Checker for Chrome Spell Checker for Chrome
ID jfpdnkkdgghlpdgldicfgnnnkhdfhocg
공식 URL https://chromewebstore.google.com/detail/spell-checker-for-chrome/jfpdnkkdgghlpdgldicfgnnnkhdfhocg
설명 Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.
파일 크기 80.1 KB
설치 횟수 179,080
현재 버전 0.9.4.3
최근 업데이트 2022-11-19
출시 날짜 2020-04-11
평점 3.46/5 총 904 개의 평점
개발자 Smart Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://iblogbox.com/chrome/spellcheck
개인정보 보호 정책 페이지 URL http://iblogbox.com/chrome/tos.php
지원되는 언어 de,en,fr,nl,no,da,es,it,hu,pl,pt-BR,ro,sk,fi,sv,cs,el,ru,uk,iw,ta,th,ar,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/option.js"
            ],
            "matches": [
                "*:\/\/iblogbox.com\/chrome\/spellcheck\/option\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/spellcheck.js"
            ],
            "matches": [
                "*:\/\/iblogbox.com\/chrome\/spellcheck\/ext\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_ext_name__"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "name": "__MSG_ext_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/languagetool.org\/*",
        "*:\/\/*.languagetool.org\/*",
        "*:\/\/*.pusan.ac.kr\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "0.9.4.3"
}