Bad Grammer
For the discerning grammarian.
Bad Grammerとは何ですか?
Bad Grammerはvellossetによって開発されたChromeの拡張機能で、その主な機能は「For the discerning grammarian.」です。
拡張機能のスクリーンショット
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 |
ID | pbmcfhlhkcilffifjkgegfjiegmmjgpo |
公式URL | 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" } ] } |