Grammar Checker

Grammar Checker

Grammar Checkerとは何ですか?

Grammar CheckerはGrammar Checkerによって開発されたChromeの拡張機能で、その主な機能は「Grammar Checker」です。

拡張機能のスクリーンショット

screenshot
screenshot

Grammar Checker拡張機能のCRXファイルをダウンロード

Grammar Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Grammar and spell checker that fixes every grammar mistake in English, German French and more. Instant suggestions without leaving the webpage you're on. Thousands of patterns for finding errors in English, German, French and more. Over 97% accuracy in detecting and fixing grammar and spelling errors. Typos, spelling mistakes and grammar errors are easily fixed with this grammar extension. No ads, no payment. 100% free.                    

拡張機能の基本情報

名前 Grammar Checker Grammar Checker
ID nohphjepbjannpjpmodlcgdlialokkpd
公式URL https://chromewebstore.google.com/detail/grammar-checker/nohphjepbjannpjpmodlcgdlialokkpd
説明 Grammar Checker
ファイルサイズ 55.85 KB
インストール数 4,263
現在のバージョン 1.0
最終更新日 2023-04-16
公開日 2020-06-10
評価 5.00/5 合計 13 レビュー
開発者 Grammar Checker
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://grammarly.go2cloud.org/aff_c?offer_id=182&aff_id=53341
ヘルプページのURL https://grammarly.go2cloud.org/aff_c?offer_id=182&aff_id=53341
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grammar Checker",
    "version": "1.0",
    "description": "Grammar Checker",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/languagetool.org\/*",
        "https:\/\/www.languagetool.org\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/languagetool.org https:\/\/www.languagetool.org; object-src 'self'"
}