Incorrekt Grammer

Have a friend that is really passionate about the English language? Then don't install this extension on their machine.

Was ist Incorrekt Grammer?

Incorrekt Grammer ist eine Chrome-Erweiterung, die von Kyle Apfel entwickelt wurde, und ihr Hauptmerkmal ist "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

Erweiterungsscreenshots

screenshot

Incorrekt Grammer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Incorrekt 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

                        This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions.

Have fun! You jerk.                    

Grundlegende Informationen zur Erweiterung

Name Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
Offizielle URL https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Beschreibung Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Dateigröße 28.93 KB
Installationsanzahl 162
Aktuelle Version 0.1
Letztes Update 2015-09-06
Veröffentlichungsdatum 2015-09-06
Entwickler Kyle Apfel
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incorrekt Grammer",
    "version": "0.1",
    "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}