The Best Grammar Checking App

Checks for incorrect grammar and corrects it

Cos'è The Best Grammar Checking App?

The Best Grammar Checking App è un'estensione di Chrome sviluppata da rocketprops, e la sua funzione principale è "Checks for incorrect grammar and corrects it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Best Grammar Checking App

Scarica i file di estensione The Best Grammar Checking App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


(Actually it changes correct grammar to incorrect grammar)                    

Informazioni di Base sull'Estensione

Nome The Best Grammar Checking App The Best Grammar Checking App
ID nngceafehcgnogadphbkblijebijibkj
URL Ufficiale https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj
Descrizione Checks for incorrect grammar and corrects it
Dimensione del File 23.76 KB
Conteggio Installazioni 243
Versione Corrente 4.2
Ultimo Aggiornamento 2018-12-22
Data di Pubblicazione 2018-12-17
Sviluppatore rocketprops
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}