Bad Grammer

For the discerning grammarian.

What is Bad Grammer?

Bad Grammer is a Chrome extension developed by vellosset, and its main feature is "For the discerning grammarian.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bad Grammer Extension CRX File

Download Bad 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

                        Does it drive you crazy when someone writes "their" instead of "they're"? Do you go insane when you see "whose" instead of "who's"?  

Look no farther. This ones for you.                    

Extension Basic Information

Name Bad Grammer Bad Grammer
ID pbmcfhlhkcilffifjkgegfjiegmmjgpo
Official URL https://chromewebstore.google.com/detail/bad-grammer/pbmcfhlhkcilffifjkgegfjiegmmjgpo
Description For the discerning grammarian.
File Size 5.77 KB
Installation Count 1,233
Current Version 1.2
Last Updated 2016-10-19
Publish Date 2016-10-19
Rating 4.00/5 Total 10 Ratings
Developer vellosset
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammer",
    "description": "For the discerning grammarian.",
    "version": "1.2",
    "short_name": "Bad Grammer",
    "author": "vellosset",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}