Bad Grammar

Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.

什么是Bad Grammar?

Bad Grammar是由vocativinteractive开发的Chrome扩展程序,该扩展的主要功能是“Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.”。

下载Bad Grammar扩展crx文件

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

扩展使用说明

                        Terrorize the grammar vigilantes in your life. 

This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage. 

Install, sit back, and light a cigar.                    

扩展基本信息

名称 Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
官方URL https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
简介 Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
文件大小 17.81 KB
安装次数 13
当前版本 1.0
更新时间 2016-03-09
上架时间 2016-03-09
开发者 vocativinteractive
电子邮箱 [email protected]
付费类型 free
扩展官网 https://goo.gl/SsAhv
帮助页面URL https://goo.gl/SsAhv
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammar",
    "version": "1.0",
    "description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}