The Best Grammar Checking App
Checks for incorrect grammar and corrects it
Hvad er The Best Grammar Checking App?
The Best Grammar Checking App er en Chrome-udvidelse udviklet af rocketprops, og dens hovedfunktion er "Checks for incorrect grammar and corrects it".
Udvidelsesskærmbilleder
Download The Best Grammar Checking App-udvidelses-CRX-fil
Download The Best Grammar Checking App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
Officiel URL | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
Beskrivelse | Checks for incorrect grammar and corrects it |
Filstørrelse | 23.76 KB |
Antal Installationer | 243 |
Nuværende Version | 4.2 |
Senest Opdateret | 2018-12-22 |
Udgivelsesdato | 2018-12-17 |
Udvikler | rocketprops |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |