WebExtension.net
Toggle dark mode
WebExtension.net

Grammar Checker

View on Chrome Web Store
View Grammar Checker Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (41 ratings)
0 views
This extension has been viewed 0 times

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

Grammar, spelling and style checker. Get suggestions on writing improvements
Type
Extension
Users
40,000 users
10K
Website linangdata.com
LinangData
View author page of LinangData
Published
Published on March 12, 2018
Version 1.0.10
Manifest version
3
Updated
Updated on August 29, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Grammar Checker 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",
    "manifest_version": 3,
    "name": "Grammar Checker",
    "short_name": "Grammar",
    "description": "Grammar, spelling and style checker. Get suggestions on writing improvements",
    "version": "1.0.10",
    "offline_enabled": false,
    "icons": {
        "16": "css\/icons\/16x16.png",
        "48": "css\/icons\/48x48.png",
        "128": "css\/icons\/128x128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "19": "css\/icons\/19x19.png",
            "38": "css\/icons\/38x38.png"
        },
        "default_popup": "index.html",
        "default_title": "Grammar Checker"
    },
    "commands": {
        "grammar-checker": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "Command+Shift+G"
            },
            "description": "Check Grammar"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 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