Outwrite — Grammar checker & rewrite tool

Write perfect content with Outwrite. Check spelling & grammar, improve writing style, find synonyms and paraphrase sentences.

Outwrite — Grammar checker & rewrite toolคืออะไร?

Outwrite — Grammar checker & rewrite tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://outwrite.com และคุณลักษณะหลักของมันคือ "Write perfect content with Outwrite. Check spelling & grammar, improve writing style, find synonyms and paraphrase sentences."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outwrite — Grammar checker & rewrite tool

ดาวน์โหลดไฟล์ส่วนขยาย Outwrite — Grammar checker & rewrite tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Become a better writer with Outwrite for Chrome. Our AI writing assistant is more than just a grammar checker—it helps turn your ideas into powerful sentences.

It works wherever you write online, including Gmail, Outlook, LinkedIn, Medium, and WordPress.

You can use Outwrite to paraphrase entire sentences, strengthen your vocabulary, fix passive voice, and help increase or decrease your word count.

Free features of the Outwrite Editor include:
★ Spell Checker
★ Grammar and Punctuation Checker
★ Thesaurus suggestions
★ Writing statistics (including readability, grade level and word count)
★ French, Spanish, and English support

Upgrade to our Pro plan to access:
★ Paraphrasing Tool (to rewrite and restructure entire sentences)
★ Style suggestions
★ Structure suggestions (like changing passive voice to active voice)
★ Plagiarism Checker

It's not just Chrome—you can also use Outwrite to improve your writing using Google Docs, Word, Edge, iOS, and with our web app.

Get started with your free Outwrite account today!

Privacy Policy: https://outwrite.com/privacy
Terms of Use: https://outwrite.com/terms

Over 1 million people use Outwrite for tasks like:
➤ Editing homework or an English essay for school
➤ Enhancing assignments for college using appropriate synonyms from our thesaurus
➤ Checking punctuation, like commas and apostrophes
➤ Writing clear and impactful copy for websites, ads, and social media
➤ Refining business documents & reports
➤ Grading an academic thesis
➤ Rewriting text to improve SEO and readability
➤ Teaching students how to write more effectively

You don't have to be Shakespeare or Hemingway—just use Outwrite to proofread and write like a pro.

Some quotes from some of our users:
Steve, USA - "I can’t believe that Outwrite is free! It’s ideal for making sure all of my work is polished and professional"
Penny, Australia - "I use this product almost every day! The sentence paraphrasing component complements grammar products like Grammarly and LanguageTool really well. Great job!"

Note - Outwrite rebranded from GradeProof in August 2020                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Outwrite — Grammar checker & rewrite tool Outwrite — Grammar checker & rewrite tool
ID jldbdlmljpigglecmeclifcdhgbjbakk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outwrite-%E2%80%94-grammar-checke/jldbdlmljpigglecmeclifcdhgbjbakk
คำอธิบาย Write perfect content with Outwrite. Check spelling & grammar, improve writing style, find synonyms and paraphrase sentences.
ขนาดไฟล์ 4.34 MB
จำนวนการติดตั้ง 50,404
เวอร์ชันปัจจุบัน 10.4.2
อัปเดตครั้งล่าสุด 2023-08-28
วันที่เผยแพร่ 2020-03-11
คะแนน 4.54/5 รวมทั้งหมด 105 คะแนน
ผู้พัฒนา https://outwrite.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://outwrite.com
URL หน้าช่วยเหลือ https://support.outwrite.com
URL หน้านโยบายความเป็นส่วนตัว https://outwrite.com/privacy
ภาษาที่รองรับ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appTitle__",
    "short_name": "Outwrite",
    "version": "10.4.2",
    "minimum_chrome_version": "60",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "38": "assets\/icons\/icon-38.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Outwrite"
    },
    "commands": {
        "synonym": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "__MSG_synonymShortcut__"
        },
        "rewrite": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "__MSG_rewriteShortcut__"
        },
        "next-suggestion": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period",
                "mac": "Command+Shift+Period"
            },
            "description": "__MSG_nextShortcut__"
        },
        "previous-suggestion": {
            "suggested_key": {
                "default": "Ctrl+Shift+Comma",
                "mac": "Command+Shift+Comma"
            },
            "description": "__MSG_prevShortcut__"
        }
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "googledocs.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdn.announcekit.app; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.outwrite.com\/*",
            "*:\/\/outwrite.com\/*"
        ]
    },
    "homepage_url": "https:\/\/outwrite.com",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications",
        "cookies",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "web_accessible_resources": [
        "assets.outwrite.com\/*",
        "assets\/*",
        "index.css"
    ]
}