Grammar Checker

Checking grammar, spelling and style. Check the spelling of the text.

Grammar Checker란 무엇입니까?

Grammar Checker은(는) andrejselivanov749에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checking grammar, spelling and style. Check the spelling of the text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Grammar Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Check your texts for spelling or grammatical errors anywhere on the Internet with the Grammar Checker

● Finds many errors that simple spell checkers cannot find
● Works on all sites including Gmail, Facebook, Twitter
● Supports over 25 languages
● Does not require registration and paid subscription

With the Grammar Checker, you can check the text. The Grammar Checker finds many errors that a regular spell checker cannot find, such as repeating words, using the words “wear” or “clothe,” and it can detect some grammar and style problems.                    

확장 프로그램 기본 정보

이름 Grammar Checker Grammar Checker
ID noodnialkfehddiglhlcmmhopflhiilf
공식 URL https://chromewebstore.google.com/detail/grammar-checker/noodnialkfehddiglhlcmmhopflhiilf
설명 Checking grammar, spelling and style. Check the spelling of the text.
파일 크기 1.65 MB
설치 횟수 108
현재 버전 1.0
최근 업데이트 2021-09-20
출시 날짜 2021-09-19
평점 2.00/5 총 1 개의 평점
개발자 andrejselivanov749
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/grammpolicy/home
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "Grammar",
    "description": "Checking grammar, spelling and style. Check the spelling of the text.",
    "version": "1.0",
    "default_locale": "en",
    "offline_enabled": false,
    "icons": {
        "128": "afish\/molop\/yoho.png"
    },
    "permissions": [
        "",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "128": "afish\/molop\/shikaka\/gio.png"
        },
        "default_popup": "pupap.html",
        "default_title": "Grammar Checker"
    },
    "commands": {
        "grammar-checker": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "Command+Shift+G"
            },
            "description": "Check Grammar"
        }
    },
    "background": {
        "scripts": [
            "querycolo\/anoth-query\/lz-string.min.js",
            "afish\/asiok\/bugag.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sinoro\/cent.js"
            ]
        }
    ]
}