The Best Grammar Checking App
Checks for incorrect grammar and corrects it
Apa itu The Best Grammar Checking App?
The Best Grammar Checking App adalah ekstensi Chrome yang dikembangkan oleh rocketprops, dan fitur utamanya adalah "Checks for incorrect grammar and corrects it".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Best Grammar Checking App
Unduh file ekstensi The Best Grammar Checking App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
Informasi Dasar Ekstensi
Nama | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
URL Resmi | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
Deskripsi | Checks for incorrect grammar and corrects it |
Ukuran File | 23.76 KB |
Jumlah Instalasi | 243 |
Versi Saat Ini | 4.2 |
Terakhir Diperbarui | 2018-12-22 |
Tanggal Publikasi | 2018-12-17 |
Pengembang | rocketprops |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |