Incorrekt Grammer
Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
O que é Incorrekt Grammer?
Incorrekt Grammer é uma extensão do Chrome desenvolvida por Kyle Apfel, e sua principal característica é "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Incorrekt Grammer
Baixe arquivos de extensão Incorrekt Grammer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Incorrekt Grammer |
ID | damdmppnaeplnlemdcjbfkepjhaaabnb |
URL Oficial | https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb |
Descrição | Have a friend that is really passionate about the English language? Then don't install this extension on their machine. |
Tamanho do Arquivo | 28.93 KB |
Contagem de Instalações | 162 |
Versão Atual | 0.1 |
Última Atualização | 2015-09-06 |
Data de Publicação | 2015-09-06 |
Desenvolvedor | Kyle Apfel |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |