Incorrekt Grammer

Have a friend that is really passionate about the English language? Then don't install this extension on their machine.

Incorrekt Grammerとは何ですか?

Incorrekt GrammerはKyle Apfelによって開発されたChromeの拡張機能で、その主な機能は「Have a friend that is really passionate about the English language? Then don't install this extension on their machine.」です。

拡張機能のスクリーンショット

screenshot

Incorrekt Grammer拡張機能のCRXファイルをダウンロード

Incorrekt Grammer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions.

Have fun! You jerk.                    

拡張機能の基本情報

名前 Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
公式URL https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
説明 Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
ファイルサイズ 28.93 KB
インストール数 162
現在のバージョン 0.1
最終更新日 2015-09-06
公開日 2015-09-06
開発者 Kyle Apfel
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incorrekt Grammer",
    "version": "0.1",
    "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}