Grammer Ungooder

Fix all that pesky 'correct' grammer

Grammer Ungooderとは何ですか?

Grammer Ungooderはianfoxによって開発されたChromeの拡張機能で、その主な機能は「Fix all that pesky 'correct' grammer」です。

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

screenshot

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

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

拡張機能の使用方法

                        Do you ever think the internet can't possibly be any stupider?

Prove yourself wrong with this handy app that takes words that have more than one common spelling and swaps them at random!                    

拡張機能の基本情報

名前 Grammer Ungooder Grammer Ungooder
ID dnefmfcaboiimmkibdjbnciggbfpeeco
公式URL https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco
説明 Fix all that pesky 'correct' grammer
ファイルサイズ 48.14 KB
インストール数 9,127
現在のバージョン 1.2
最終更新日 2016-03-29
公開日 2016-03-28
評価 3.76/5 合計 29 レビュー
開発者 ianfox
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grammer Ungooder",
    "version": "1.2",
    "description": "Fix all that pesky 'correct' grammer",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}