Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

What is Inglourious Grammer?

Inglourious Grammer is a Chrome extension developed by joncazier, and its main feature is "Randomly introduces grammar and spelling errors to a page.".

Extension Screenshots

screenshot

Download Inglourious Grammer Extension CRX File

Download Inglourious Grammer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
Official URL https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
Description Randomly introduces grammar and spelling errors to a page.
File Size 46.59 KB
Installation Count 2,175
Current Version 1.0.5
Last Updated 2017-06-29
Publish Date 2017-06-29
Rating 3.50/5 Total 8 Ratings
Developer joncazier
Payment Type free
Supported Languages 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"
        }
    ]
}