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