한국어 맞춤법 검사기

한국어 맞춤법 검사기입니다. 검사를 원하는 부분을 드레그하여 선택 후 아이콘 또는 단축키를 누르면 검사 결과가 나옵니다..

What is 한국어 맞춤법 검사기?

한국어 맞춤법 검사기 is a Chrome extension developed by https://jwgo.kr, and its main feature is "한국어 맞춤법 검사기입니다. 검사를 원하는 부분을 드레그하여 선택 후 아이콘 또는 단축키를 누르면 검사 결과가 나옵니다..".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 한국어 맞춤법 검사기 Extension CRX File

Download 한국어 맞춤법 검사기 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        한국어 맞춤법 검사기입니다. 
이제 원클릭으로 간편하게 맞춤법을 검사하세요.

데모영상 보기: https://youtu.be/6nt_1zCK06s


<사용방법>
1. 검사를 원하는 문장을 드레그 하거나 or 직접 입력
2. 맞춤법 검사하기 버튼 클릭 or 단축키(Ctrl+Shift+E) 를 누르면 끝!!

** 맥사용자는 Cmd+Shift+E

<기부를 통해 도움주고 계신 분들 - 진심으로 감사드립니다.>
전*기님
박*진님

<업데이트 이력>
2019.06.03 (v2.2.3)
     : 검사 결과 개선 및 기부 링크 추가

2018.08.14 (v2.2.2)
    : v2.2.1에서 jquery 오류로 추정되는 문제가 해결되지 않아 후속 조치함. 
      해결되었을 것으로 기대하나 문제가 되는 사용자의 증상을 재연할 수 없어 개선 여부를 직접 확인하지는 못함. (v2.2.2 아이콘: 파란색)
    : bootstrap v4.1.3 / jquery 3.3.1 로 업데이트

2018.08.13 (v.2.2.1)
    : jquery 오류로 추정되는 문제 해결 및 아이콘 변경(v2.2.1 버전 아이콘: 초록색)

2018.08.03 
     : 아이콘 변경(파란색)

2018.08.01 
    : 큰 화면 보기 미동작 오류 수정

2018.05.18 
    : 사람인 맞춤법 검사기로 교체 후 재배포

2018.05.14 
    : 네이버 맞춤법 검사 기능 차단으로 다음 맞춤법 검사기를 iframe으로 임시 삽입

2016.06.06 
    : 네이버의 맞춤법 검사 기능을 이용한 맞춤법 검사기 최초 배포

<라이센스>
Icons made by Freepik(http://www.freepik.com) from www.flaticon.com is licensed by CC 3.0 BY                    

Extension Basic Information

Name 한국어 맞춤법 검사기 한국어 맞춤법 검사기
ID jglndaljomjcobaaoohfccecjcekcfgo
Official URL https://chromewebstore.google.com/detail/%ED%95%9C%EA%B5%AD%EC%96%B4-%EB%A7%9E%EC%B6%A4%EB%B2%95-%EA%B2%80%EC%82%AC%EA%B8%B0/jglndaljomjcobaaoohfccecjcekcfgo
Description 한국어 맞춤법 검사기입니다. 검사를 원하는 부분을 드레그하여 선택 후 아이콘 또는 단축키를 누르면 검사 결과가 나옵니다..
File Size 219 KB
Installation Count 29,381
Current Version 2.2.3
Last Updated 2020-01-23
Publish Date 2020-01-23
Rating 4.53/5 Total 30 Ratings
Developer https://jwgo.kr
Email [email protected]
Payment Type free
Extension Website http://jwgo.kr
Help Page URL https://goo.gl/forms/7BQIjUih9GlfE7U12
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ud55c\uad6d\uc5b4 \ub9de\ucda4\ubc95 \uac80\uc0ac\uae30",
    "description": "\ud55c\uad6d\uc5b4 \ub9de\ucda4\ubc95 \uac80\uc0ac\uae30\uc785\ub2c8\ub2e4. \uac80\uc0ac\ub97c \uc6d0\ud558\ub294 \ubd80\ubd84\uc744 \ub4dc\ub808\uadf8\ud558\uc5ec \uc120\ud0dd \ud6c4 \uc544\uc774\ucf58 \ub610\ub294 \ub2e8\ucd95\ud0a4\ub97c \ub204\ub974\uba74 \uac80\uc0ac \uacb0\uacfc\uac00 \ub098\uc635\ub2c8\ub2e4..",
    "version": "2.2.3",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/check.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    },
    "permissions": [
        "activeTab"
    ]
}