Incorrekt Grammer

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

Qu'est-ce que Incorrekt Grammer ?

Incorrekt Grammer est une extension Chrome développée par Kyle Apfel, et sa fonction principale est "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Incorrekt Grammer

Téléchargez les fichiers d'extension Incorrekt Grammer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
URL Officiel https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Description Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Taille du Fichier 28.93 KB
Nombre d'Installations 162
Version Actuelle 0.1
Dernière Mise à Jour 2015-09-06
Date de Publication 2015-09-06
Développeur Kyle Apfel
Type de Paiement free
Langues Prises en Charge 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"
    }
}