The Best Grammar Checking App

Checks for incorrect grammar and corrects it

Co je The Best Grammar Checking App?

The Best Grammar Checking App je rozšíření Chrome vyvinuté rocketprops, a jeho hlavní funkcí je „Checks for incorrect grammar and corrects it“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Best Grammar Checking App

Stáhněte si soubory rozšíření The Best Grammar Checking App ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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


(Actually it changes correct grammar to incorrect grammar)                    

Základní Informace o Rozšíření

Název The Best Grammar Checking App The Best Grammar Checking App
ID nngceafehcgnogadphbkblijebijibkj
Oficiální URL https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj
Popis Checks for incorrect grammar and corrects it
Velikost souboru 23.76 KB
Počet instalací 243
Aktuální Verze 4.2
Poslední Aktualizace 2018-12-22
Datum Vydání 2018-12-17
Vývojář rocketprops
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}