WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Website Grammar Checking Tool

Website Grammar Checking Tool

View on Chrome Web Store
View Website Grammar Checking Tool Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 views
This extension has been viewed 1 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.

Enhance your website with real-time grammar checks and AI-powered content suggestions for improved clarity, tone, and engagement.
Type
Extension
Users
58 users
1
Website webopt.ai
Episyche Technologies
View author page of Episyche Technologies
Published
Published on September 12, 2024
Version 1.0
Manifest version
3
Updated
Updated on September 12, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Website Grammar Checking Tool 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": "Website Grammar Checking Tool",
    "description": "Enhance your website with real-time grammar checks and AI-powered content suggestions for improved clarity, tone, and engagement.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/common\/images\/grammar-plugin-logo.png",
        "32": "\/common\/images\/grammar-plugin-logo.png",
        "48": "\/common\/images\/grammar-plugin-logo.png",
        "128": "\/common\/images\/grammar-plugin-logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/common\/icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "\/common\/js\/webopt-loaders.js",
                "\/grammar\/js\/grammar-html-doms.js",
                "\/grammar\/js\/content.js",
                "\/common\/js\/common.js",
                "\/common\/external-libraries\/popper\/popperCore.js",
                "\/common\/external-libraries\/popper\/popperDom.js",
                "\/common\/external-libraries\/diff\/diff.js"
            ],
            "css": [
                "\/common\/css\/style.css",
                "\/common\/css\/webopt-loaders.css",
                "\/grammar\/css\/popperBox.css",
                "\/grammar\/css\/grammar-onpage-style.css"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}
© 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