The Best Grammar Checking App

Checks for incorrect grammar and corrects it

Was ist The Best Grammar Checking App?

The Best Grammar Checking App ist eine Chrome-Erweiterung, die von rocketprops entwickelt wurde, und ihr Hauptmerkmal ist "Checks for incorrect grammar and corrects it".

Erweiterungsscreenshots

screenshot

The Best Grammar Checking App-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Best Grammar Checking App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This app checks for incorrect grammar on websites and checks it.


(Actually it changes correct grammar to incorrect grammar)                    

Grundlegende Informationen zur Erweiterung

Name The Best Grammar Checking App The Best Grammar Checking App
ID nngceafehcgnogadphbkblijebijibkj
Offizielle URL https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj
Beschreibung Checks for incorrect grammar and corrects it
Dateigröße 23.76 KB
Installationsanzahl 243
Aktuelle Version 4.2
Letztes Update 2018-12-22
Veröffentlichungsdatum 2018-12-17
Entwickler rocketprops
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Best Grammar Checking App",
    "permissions": [
        "activeTab"
    ],
    "description": "Checks for incorrect grammar and corrects it",
    "version": "4.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "icons": {
                "16": "Images\/T-16.jpg",
                "48": "Images\/T-48.jpg",
                "128": "Images\/T-128.jpg"
            },
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}