The Best Grammar Checking App
Checks for incorrect grammar and corrects it
The Best Grammar Checking Appคืออะไร?
The Best Grammar Checking App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rocketprops และคุณลักษณะหลักของมันคือ "Checks for incorrect grammar and corrects it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Best Grammar Checking App
ดาวน์โหลดไฟล์ส่วนขยาย The Best Grammar Checking App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app checks for incorrect grammar on websites and checks it. (Actually it changes correct grammar to incorrect grammar)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | nngceafehcgnogadphbkblijebijibkj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-best-grammar-checking/nngceafehcgnogadphbkblijebijibkj |
คำอธิบาย | Checks for incorrect grammar and corrects it |
ขนาดไฟล์ | 23.76 KB |
จำนวนการติดตั้ง | 243 |
เวอร์ชันปัจจุบัน | 4.2 |
อัปเดตครั้งล่าสุด | 2018-12-22 |
วันที่เผยแพร่ | 2018-12-17 |
ผู้พัฒนา | rocketprops |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } ] } |