The Best Grammar Checking App
Checks for incorrect grammar and corrects it
Wat is The Best Grammar Checking App?
The Best Grammar Checking App is een Chrome-extensie ontwikkeld door rocketprops, en de belangrijkste functie is "Checks for incorrect grammar and corrects it".
Extensie Screenshots
Download het CRX-bestand van de extensie The Best Grammar Checking App
Download The Best Grammar Checking App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
Basisinformatie over de Extensie
Naam | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
Officiële URL | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
Beschrijving | Checks for incorrect grammar and corrects it |
Bestandsgrootte | 23.76 KB |
Aantal Installaties | 243 |
Huidige Versie | 4.2 |
Laatst Bijgewerkt | 2018-12-22 |
Publicatiedatum | 2018-12-17 |
Ontwikkelaar | rocketprops |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |