Grammar Checker

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

Grammar Checkerคืออะไร?

Grammar Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linangdata.com และคุณลักษณะหลักของมันคือ "Grammar, spelling and style checker. Get suggestions on writing improvements"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grammar Checker

ดาวน์โหลดไฟล์ส่วนขยาย Grammar Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}