WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Write Better

Write Better

View on Chrome Web Store
View Write Better Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (6 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

English grammar suggestions for better writing
Type
Extension
Users
3,000 users
1K
Essential Kit
View author page of Essential Kit
Published
Published on April 7, 2019
Version 0.1.2
Manifest version
2
Updated
Updated on March 24, 2022
productivity/workflow
Extension Category
View on Chrome Web Store
View Write Better Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Write Better",
    "version": "0.1.2",
    "description": "English grammar suggestions for better writing",
    "manifest_version": 2,
    "author": "Justice Ogbonna",
    "homepage_url": "https:\/\/github.com\/justiceo\/write-better",
    "permissions": [
        "https:\/\/docs.google.com\/*",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/quill-orange16.png",
            "24": "images\/quill-orange24.png",
            "32": "images\/quill-orange32.png"
        },
        "default_title": "Write Better",
        "default_popup": ""
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "include_globs": [
                "https:\/\/docs.google.com\/document\/d\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "highlight.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/quill-orange16.png",
        "32": "images\/quill-orange32.png",
        "48": "images\/quill-orange48.png",
        "128": "images\/quill-orange128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top