Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

Was ist Inglourious Grammer?

Inglourious Grammer ist eine Chrome-Erweiterung, die von joncazier entwickelt wurde, und ihr Hauptmerkmal ist "Randomly introduces grammar and spelling errors to a page.".

Erweiterungsscreenshots

screenshot

Inglourious Grammer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inglourious Grammer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
Offizielle URL https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
Beschreibung Randomly introduces grammar and spelling errors to a page.
Dateigröße 46.59 KB
Installationsanzahl 2,175
Aktuelle Version 1.0.5
Letztes Update 2017-06-29
Veröffentlichungsdatum 2017-06-29
Bewertung 3.50/5 Insgesamt 8 Bewertungen
Entwickler joncazier
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}