ProWritingAid Grammar Checker & Writing Coach

The best writing style and grammar checker for everything you send, share, tweet or publish.

ProWritingAid Grammar Checker & Writing Coachคืออะไร?

ProWritingAid Grammar Checker & Writing Coach เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.prowritingaid.com และคุณลักษณะหลักของมันคือ "The best writing style and grammar checker for everything you send, share, tweet or publish."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProWritingAid Grammar Checker & Writing Coach

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

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

                        ProWritingAid is a self-editing tool that helps you feel confident in your writing by providing instant analysis and improvements. Alongside a grammar checker and paraphrasing tool, you get 25+ writing reports to ensure error-free, engaging, and memorable writing.

📝How it Works  
ProWritingAid provides grammar corrections and style improvements you can either accept, deny, or click to learn more about. 
You can customize your dictionary and style guide and personalize your settings to receive relevant suggestions that are tailored to your style and writing goals.

💻Where it Works 
ProWritingAid works in all the most popular writing apps, including Google Docs, Gmail, Notion, Atticus, Wattpad, Campfire, Milanote, World Anvil, Evernote, LivingWriter, and more. 

📚Key Features
- Grammar checker
- Spellchecker
- Punctuation checker
- Paraphrasing tool
- Proofreading tool
- Line editor
- Story editor
- 25+ writing reports to analyze all aspects of your writing, including:
    - Readability grade
    - Run-on sentence checker
    - Overused word detector
    - Pacing report
    - Homophone checker
- Author Comparisons
- Built-in learning resources

🔐As a company run by writers, we know how important your writing is. We only use your text to help you improve your writing, never to train our AI, so your data is safe with us. 

👩🏻‍🤝‍👩🏻Trusted by over 3 million writers to edit their work, from NY bestselling authors to those just getting started.                    

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

ชื่อ ProWritingAid Grammar Checker & Writing Coach ProWritingAid Grammar Checker & Writing Coach
ID npnbdojkgkbcdfdjlfdmplppdphlhhcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prowritingaid-grammar-che/npnbdojkgkbcdfdjlfdmplppdphlhhcf
คำอธิบาย The best writing style and grammar checker for everything you send, share, tweet or publish.
ขนาดไฟล์ 3.78 MB
จำนวนการติดตั้ง 330,952
เวอร์ชันปัจจุบัน 2.5.38934
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-06-04
คะแนน 4.84/5 รวมทั้งหมด 6325 คะแนน
ผู้พัฒนา https://www.prowritingaid.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://prowritingaid.com/en/Home/Privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProWritingAid Grammar Checker & Writing Coach",
    "description": "The best writing style and grammar checker for everything you send, share, tweet or publish.",
    "version": "2.5.38934",
    "storage": {
        "managed_schema": "schema.json"
    },
    "icons": {
        "16": "assets\/icons\/pwa-logo-16x16.png",
        "48": "assets\/icons\/pwa-logo-48x48.png",
        "128": "assets\/icons\/pwa-logo-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icons\/pwa-logo-19x19.png",
            "38": "assets\/icons\/pwa-logo-38x38.png"
        },
        "default_title": "ProWritingAid",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/polyfills.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/prepare.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/ping.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "script-src": "'self'",
        "object-src": "'self'",
        "sandbox": "sandbox allow-scripts allow-modals allow-popups; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/*.prowritingaid.com"
    },
    "sandbox": {
        "pages": [
            "iframe-loader.html"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "fonts\/*.woff",
                "fonts\/*.woff2",
                "fonts\/*.ttf",
                "fonts\/*.eot",
                "assets\/*",
                "images\/*",
                "summary-panel\/*",
                "gdocs-patch.js",
                "facebook-draftjs-patch.js",
                "salesforce-patch.js",
                "linkedin-patch.js",
                "index.html",
                "iframe-loader.html"
            ]
        }
    ]
}