Grammar Checker

Grammar, spelling and style checker. Get suggestions on writing improvements

Grammar Checker란 무엇입니까?

Grammar Checker은(는) https://linangdata.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grammar, spelling and style checker. Get suggestions on writing improvements"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Grammar check your writing. Find mistakes in your grammar, spelling and style.

Get suggestions on improvements you can make to your writing. Finds grammar and style issues that a simple spell checker cannot detect. 

Makes suggestions, and allows you to apply those suggestions with a simple button click.
Shows word and character counts. 

Also, lets you select text on a web page, and check the grammar by right-clicking and selecting check grammar.

Features: 
- The Grammar Checker finds errors that other spell checkers cannot detect. For example, Incorrect use of "there" and "their", "a" and "an", or repeated words.
- Supports more than 25 languages.
- Your text is remembered between visits. You can close the page at any time and reopen it without losing your work. Clear the text area if you don't want your text to be saved.
- Word and character counts are shown below your source text. Word counts use a space as a delimiter.
- A menu with more tools from https://linangdata.com
- This tool is powered by the API provided by: https://languagetool.org.

Changes:
1.0.10 - css fix
1.0.9 - add error messages when auto language detection fails
1.0.8 - update to manifest V3                    

확장 프로그램 기본 정보

이름 Grammar Checker Grammar Checker
ID mpeepmfabickbdbckcejbflkpfamgcon
공식 URL https://chromewebstore.google.com/detail/grammar-checker/mpeepmfabickbdbckcejbflkpfamgcon
설명 Grammar, spelling and style checker. Get suggestions on writing improvements
파일 크기 1.63 MB
설치 횟수 53,400
현재 버전 1.0.10
최근 업데이트 2023-08-29
출시 날짜 2020-05-19
평점 4.60/5 총 40 개의 평점
개발자 https://linangdata.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linangdata.com/grammar-checker/
도움말 페이지 URL https://linangdata.com
개인정보 보호 정책 페이지 URL https://linangdata.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grammar Checker",
    "short_name": "Grammar",
    "description": "Grammar, spelling and style checker. Get suggestions on writing improvements",
    "version": "1.0.10",
    "offline_enabled": false,
    "icons": {
        "16": "css\/icons\/16x16.png",
        "48": "css\/icons\/48x48.png",
        "128": "css\/icons\/128x128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "19": "css\/icons\/19x19.png",
            "38": "css\/icons\/38x38.png"
        },
        "default_popup": "index.html",
        "default_title": "Grammar Checker"
    },
    "commands": {
        "grammar-checker": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "Command+Shift+G"
            },
            "description": "Check Grammar"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}