CorrectEnglish

Provides spelling and grammar feedback inline wherever you write on the web.

CorrectEnglishとは何ですか?

CorrectEnglishはVantage Labsによって開発されたChromeの拡張機能で、その主な機能は「Provides spelling and grammar feedback inline wherever you write on the web.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        CorrectEnglish® provides you with a powerful writing assistant that helps you write with confidence and accuracy. Whether you're working on a short email or a long report, the instant AI-powered feedback, word suggestions, and writing guides will give you the support you need to write online with ease. 

So why wait? Add CorrectEnglish® to your Chrome browser. Say goodbye to grammar and spelling errors and hello to polished, professional writing.                    

拡張機能の基本情報

名前 CorrectEnglish CorrectEnglish
ID eappcnhifninmakallbgecknfdlbhicc
公式URL https://chromewebstore.google.com/detail/correctenglish/eappcnhifninmakallbgecknfdlbhicc
説明 Provides spelling and grammar feedback inline wherever you write on the web.
ファイルサイズ 1.62 MB
インストール数 120
現在のバージョン 3.2.26
最終更新日 2023-06-12
公開日 2023-06-12
開発者 Vantage Labs
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.correctenglish.com/
プライバシーポリシーページのURL http://www.correctenglish.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CorrectEnglish",
    "version": "3.2.26",
    "description": "Provides spelling and grammar feedback inline wherever you write on the web.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/contentscriptstart.js"
            ],
            "allframes": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.ce_16.png",
            "24": "images\/icon.ce_24.png",
            "32": "images\/icon.ce_32.png",
            "48": "images\/icon.ce_48.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/icon.ce_16.png",
        "24": "images\/icon.ce_24.png",
        "32": "images\/icon.ce_32.png",
        "48": "images\/icon.ce_48.png"
    }
}