The Best Grammar Checking App
Checks for incorrect grammar and corrects it
The Best Grammar Checking Appとは何ですか?
The Best Grammar Checking Appはrocketpropsによって開発されたChromeの拡張機能で、その主な機能は「Checks for incorrect grammar and corrects it」です。
拡張機能のスクリーンショット
The Best Grammar Checking App拡張機能のCRXファイルをダウンロード
The Best Grammar Checking App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
拡張機能の基本情報
名前 | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
公式URL | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
説明 | Checks for incorrect grammar and corrects it |
ファイルサイズ | 23.76 KB |
インストール数 | 243 |
現在のバージョン | 4.2 |
最終更新日 | 2018-12-22 |
公開日 | 2018-12-17 |
開発者 | rocketprops |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Best Grammar Checking App", "permissions": [ "activeTab" ], "description": "Checks for incorrect grammar and corrects it", "version": "4.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "icons": { "16": "Images\/T-16.jpg", "48": "Images\/T-48.jpg", "128": "Images\/T-128.jpg" }, "js": [ "content.js" ], "run_at": "document_end" } ] } |