Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

什么是Inglourious Grammer?

Inglourious Grammer是由joncazier开发的Chrome扩展程序,该扩展的主要功能是“Randomly introduces grammar and spelling errors to a page.”。

扩展截图

screenshot

下载Inglourious Grammer扩展crx文件

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

扩展使用说明

                        Did your coworker walk away from his desk without locking his computer again? Install this subtle extension that will leave him or her wondering why grammatical errors on the internet have suddenly skyrocketed. This extension will randomly introduce the most annoying grammatical errors into every web page. Give your grammar nazi of a coworker what he deserves!

Now with an options page to fine tune your grammatical madness.                    

扩展基本信息

名称 Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
官方URL https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
简介 Randomly introduces grammar and spelling errors to a page.
文件大小 46.59 KB
安装次数 2,175
当前版本 1.0.5
更新时间 2017-06-29
上架时间 2017-06-29
评分 3.50/5 共8次评分
开发者 joncazier
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inglourious Grammer",
    "description": "Randomly introduces grammar and spelling errors to a page.",
    "version": "1.0.5",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}