Grammar-Nazi Sniper

Know a grammar Nazi? Well make them look like a silly billy with this.

什麼是Grammar-Nazi Sniper?

Grammar-Nazi Sniper是由Jamhead開發的Chrome擴展程式,該擴展的主要功能是“Know a grammar Nazi? Well make them look like a silly billy with this.”。

擴展截圖

screenshot

下載Grammar-Nazi Sniper擴展crx文件

下載Grammar-Nazi Sniper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This really simple extension just changes the text on webpages so that there will be appear to be grammar errors.

Prank Grammar Nazis into thinking someone has made typos by installing this on their computer. It will drive them mad as they correct peoples "mistakes", and then refresh the page to see there never was a mistake!

At the moment it's set to a 30% chance of doing a change on any of the following words:

They're
There
Their

Your
You're

Its
It's

This application is meant as a joke, don't use it on people who can't take a joke or if the joke is inappropriate. I've actually left it on my computer and forgot about it, only to send an email pointing out someone's grammar mistakes... Oh what a fool I am!                    

擴展基本資訊

名稱 Grammar-Nazi Sniper Grammar-Nazi Sniper
ID jfmcccckobkegdpemjgekhbcnjemdaed
官方網址 https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
簡介 Know a grammar Nazi? Well make them look like a silly billy with this.
檔案大小 82.75 KB
安裝次數 105
目前版本 1.0.4
更新時間 2016-12-09
上架時間 2016-12-09
評分 2.00/5 共 4 次評分
開發者 Jamhead
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grammar-Nazi Sniper",
    "description": "Know a grammar Nazi? Well make them look like a silly billy with this.",
    "version": "1.0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "textChanger.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}