CorrectEnglish

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

CorrectEnglishคืออะไร?

CorrectEnglish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vantage Labs และคุณลักษณะหลักของมันคือ "Provides spelling and grammar feedback inline wherever you write on the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CorrectEnglish

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}