WebExtension.net
Toggle dark mode
WebExtension.net

Sentence Correction

View on Chrome Web Store
View Sentence Correction Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (20 ratings)
3 new ratings
16 views
This extension has been viewed 16 times

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

Smart Sentence Correction app helps you correct grammar, punctuation and sentence text. Use this sentence checker to check writing.
Type
Extension
Users
3,000 users
1K
vn5.ext.dev
View author page of vn5.ext.dev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 17, 2024
Version 1.9.0
Manifest version
3
Updated
Updated on January 24, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Sentence Correction 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": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.9.0",
    "action": {
        "default_title": "Correct Selected Text",
        "default_icon": {
            "16": "logo-16.png",
            "32": "logo-32.png",
            "48": "logo-48.png",
            "64": "logo-64.png",
            "96": "logo-96.png",
            "128": "logo-128.png"
        }
    },
    "permissions": [
        "sidePanel",
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "96": "logo-96.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}
© 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