Incorrekt Grammer
Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Wat is Incorrekt Grammer?
Incorrekt Grammer is een Chrome-extensie ontwikkeld door Kyle Apfel, en de belangrijkste functie is "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".
Extensie Screenshots
Download het CRX-bestand van de extensie Incorrekt Grammer
Download Incorrekt Grammer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Incorrekt Grammer |
ID | damdmppnaeplnlemdcjbfkepjhaaabnb |
Officiële URL | https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb |
Beschrijving | Have a friend that is really passionate about the English language? Then don't install this extension on their machine. |
Bestandsgrootte | 28.93 KB |
Aantal Installaties | 162 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-09-06 |
Publicatiedatum | 2015-09-06 |
Ontwikkelaar | Kyle Apfel |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |