Incorrekt Grammer
Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Cos'è Incorrekt Grammer?
Incorrekt Grammer è un'estensione di Chrome sviluppata da Kyle Apfel, e la sua funzione principale è "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Incorrekt Grammer
Scarica i file di estensione Incorrekt Grammer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Incorrekt Grammer |
ID | damdmppnaeplnlemdcjbfkepjhaaabnb |
URL Ufficiale | https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb |
Descrizione | Have a friend that is really passionate about the English language? Then don't install this extension on their machine. |
Dimensione del File | 28.93 KB |
Conteggio Installazioni | 162 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-09-06 |
Data di Pubblicazione | 2015-09-06 |
Sviluppatore | Kyle Apfel |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |