Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

Wat is Inglourious Grammer?

Inglourious Grammer is een Chrome-extensie ontwikkeld door joncazier, en de belangrijkste functie is "Randomly introduces grammar and spelling errors to a page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Inglourious Grammer

Download Inglourious Grammer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
Officiële URL https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
Beschrijving Randomly introduces grammar and spelling errors to a page.
Bestandsgrootte 46.59 KB
Aantal Installaties 2,175
Huidige Versie 1.0.5
Laatst Bijgewerkt 2017-06-29
Publicatiedatum 2017-06-29
Beoordeling 3.50/5 Totaal 8 Beoordelingen
Ontwikkelaar joncazier
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}