The Best Grammar Checking App

Checks for incorrect grammar and corrects it

Qu'est-ce que The Best Grammar Checking App ?

The Best Grammar Checking App est une extension Chrome développée par rocketprops, et sa fonction principale est "Checks for incorrect grammar and corrects it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Best Grammar Checking App

Téléchargez les fichiers d'extension The Best Grammar Checking App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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


(Actually it changes correct grammar to incorrect grammar)                    

Informations de Base sur l'Extension

Nom The Best Grammar Checking App The Best Grammar Checking App
ID nngceafehcgnogadphbkblijebijibkj
URL Officiel https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj
Description Checks for incorrect grammar and corrects it
Taille du Fichier 23.76 KB
Nombre d'Installations 243
Version Actuelle 4.2
Dernière Mise à Jour 2018-12-22
Date de Publication 2018-12-17
Développeur rocketprops
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}