The Best Grammar Checking App
Checks for incorrect grammar and corrects it
What is The Best Grammar Checking App?
The Best Grammar Checking App is a Chrome extension developed by rocketprops, and its main feature is "Checks for incorrect grammar and corrects it".
Extension Screenshots
Download The Best Grammar Checking App Extension CRX File
Download The Best Grammar Checking App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
Extension Basic Information
Name | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
Official URL | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
Description | Checks for incorrect grammar and corrects it |
File Size | 23.76 KB |
Installation Count | 243 |
Current Version | 4.2 |
Last Updated | 2018-12-22 |
Publish Date | 2018-12-17 |
Developer | rocketprops |
Payment Type | free |
Supported Languages | 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" } ] } |