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
官方網址 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"
        }
    ]
}