The Best Grammar Checking App

Checks for incorrect grammar and corrects it

什么是The Best Grammar Checking App?

The Best Grammar Checking App是由rocketprops开发的Chrome扩展程序,该扩展的主要功能是“Checks for incorrect grammar and corrects it”。

扩展截图

screenshot

下载The Best Grammar Checking App扩展crx文件

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

扩展使用说明

                        This app checks for incorrect grammar on websites and checks it.


(Actually it changes correct grammar to incorrect grammar)                    

扩展基本信息

名称 The Best Grammar Checking App The Best Grammar Checking App
ID nngceafehcgnogadphbkblijebijibkj
官方URL https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj
简介 Checks for incorrect grammar and corrects it
文件大小 23.76 KB
安装次数 243
当前版本 4.2
更新时间 2018-12-22
上架时间 2018-12-17
开发者 rocketprops
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Best Grammar Checking App",
    "permissions": [
        "activeTab"
    ],
    "description": "Checks for incorrect grammar and corrects it",
    "version": "4.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "icons": {
                "16": "Images\/T-16.jpg",
                "48": "Images\/T-48.jpg",
                "128": "Images\/T-128.jpg"
            },
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}