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文件

下載Grammar Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}