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
公式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
Eメール [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"
            ]
        }
    ]
}