Incorrekt Grammer

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

Hvad er Incorrekt Grammer?

Incorrekt Grammer er en Chrome-udvidelse udviklet af Kyle Apfel, og dens hovedfunktion er "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

Udvidelsesskærmbilleder

screenshot

Download Incorrekt Grammer-udvidelses-CRX-fil

Download Incorrekt Grammer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
Officiel URL https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Beskrivelse Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Filstørrelse 28.93 KB
Antal Installationer 162
Nuværende Version 0.1
Senest Opdateret 2015-09-06
Udgivelsesdato 2015-09-06
Udvikler Kyle Apfel
Betalingsmetode free
Understøttede Sprog 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"
    }
}