Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

Co je Inglourious Grammer?

Inglourious Grammer je rozšíření Chrome vyvinuté joncazier, a jeho hlavní funkcí je „Randomly introduces grammar and spelling errors to a page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Inglourious Grammer

Stáhněte si soubory rozšíření Inglourious Grammer 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í

                        Did your coworker walk away from his desk without locking his computer again? Install this subtle extension that will leave him or her wondering why grammatical errors on the internet have suddenly skyrocketed. This extension will randomly introduce the most annoying grammatical errors into every web page. Give your grammar nazi of a coworker what he deserves!

Now with an options page to fine tune your grammatical madness.                    

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

Název Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
Oficiální URL https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
Popis Randomly introduces grammar and spelling errors to a page.
Velikost souboru 46.59 KB
Počet instalací 2,175
Aktuální Verze 1.0.5
Poslední Aktualizace 2017-06-29
Datum Vydání 2017-06-29
Hodnocení 3.50/5 Celkem 8 Hodnocení
Vývojář joncazier
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inglourious Grammer",
    "description": "Randomly introduces grammar and spelling errors to a page.",
    "version": "1.0.5",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}