Bad Grammer

For the discerning grammarian.

什么是Bad Grammer?

Bad Grammer是由vellosset开发的Chrome扩展程序,该扩展的主要功能是“For the discerning grammarian.”。

扩展截图

screenshot
screenshot
screenshot

下载Bad Grammer扩展crx文件

下载Bad Grammer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Does it drive you crazy when someone writes "their" instead of "they're"? Do you go insane when you see "whose" instead of "who's"?  

Look no farther. This ones for you.                    

扩展基本信息

名称 Bad Grammer Bad Grammer
ID pbmcfhlhkcilffifjkgegfjiegmmjgpo
官方URL https://chromewebstore.google.com/detail/bad-grammer/pbmcfhlhkcilffifjkgegfjiegmmjgpo
简介 For the discerning grammarian.
文件大小 5.77 KB
安装次数 1,233
当前版本 1.2
更新时间 2016-10-19
上架时间 2016-10-19
评分 4.00/5 共10次评分
开发者 vellosset
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammer",
    "description": "For the discerning grammarian.",
    "version": "1.2",
    "short_name": "Bad Grammer",
    "author": "vellosset",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}