The Best Grammar Checking App
Checks for incorrect grammar and corrects it
Co to jest The Best Grammar Checking App?
The Best Grammar Checking App to rozszerzenie Chrome opracowane przez rocketprops, a jego główną funkcją jest „Checks for incorrect grammar and corrects it”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Best Grammar Checking App
Pobierz pliki rozszerzeń The Best Grammar Checking App w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
Opis | Checks for incorrect grammar and corrects it |
Rozmiar pliku | 23.76 KB |
Liczba instalacji | 243 |
Aktualna Wersja | 4.2 |
Ostatnia Aktualizacja | 2018-12-22 |
Data Publikacji | 2018-12-17 |
Deweloper | rocketprops |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |