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
官方網址 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
電子郵箱 [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"
    }
}