Incorrekt Grammer
Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
什么是Incorrekt Grammer?
Incorrekt Grammer是由Kyle Apfel开发的Chrome扩展程序,该扩展的主要功能是“Have a friend that is really passionate about the English language? Then don't install this extension on their machine.”。
扩展截图
下载Incorrekt Grammer扩展crx文件
下载Incorrekt Grammer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Incorrekt Grammer |
ID | damdmppnaeplnlemdcjbfkepjhaaabnb |
官方URL | https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb |
简介 | Have a friend that is really passionate about the English language? Then don't install this extension on their machine. |
文件大小 | 28.93 KB |
安装次数 | 162 |
当前版本 | 0.1 |
更新时间 | 2015-09-06 |
上架时间 | 2015-09-06 |
开发者 | Kyle Apfel |
付费类型 | free |
支持的语言 | 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" } } |