Incorrekt Grammer
Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Co je Incorrekt Grammer?
Incorrekt Grammer je rozšíření Chrome vyvinuté Kyle Apfel, a jeho hlavní funkcí je „Have a friend that is really passionate about the English language? Then don't install this extension on their machine.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Incorrekt Grammer
Stáhněte si soubory rozšíření Incorrekt Grammer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Incorrekt Grammer |
ID | damdmppnaeplnlemdcjbfkepjhaaabnb |
Oficiální URL | https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb |
Popis | Have a friend that is really passionate about the English language? Then don't install this extension on their machine. |
Velikost souboru | 28.93 KB |
Počet instalací | 162 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-09-06 |
Datum Vydání | 2015-09-06 |
Vývojář | Kyle Apfel |
Typ Platby | free |
Podporované Jazyky | 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" } } |