The Best Grammar Checking App
Checks for incorrect grammar and corrects it
Vad är The Best Grammar Checking App?
The Best Grammar Checking App är en Chrome-tillägg utvecklad av rocketprops, och dess huvudfunktion är "Checks for incorrect grammar and corrects it".
Tilläggsskärmbilder
Ladda ner The Best Grammar Checking App-förlängningens CRX-fil
Ladda ner The Best Grammar Checking App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
Grundläggande Information om Tillägg
Namn | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
Beskrivning | Checks for incorrect grammar and corrects it |
Filstorlek | 23.76 KB |
Antal Installationer | 243 |
Aktuell Version | 4.2 |
Senast Uppdaterad | 2018-12-22 |
Publiceringsdatum | 2018-12-17 |
Utvecklare | rocketprops |
Betalningssätt | free |
Stödda Språk | 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" } ] } |