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
公式URL 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
Eメール [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"
    }
}