Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Eigo: Proofread Anything In Secondsคืออะไร?
Eigo: Proofread Anything In Seconds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.gautam.cc และคุณลักษณะหลักของมันคือ "This extension allows you to proofread and get suggestions for your publicly available Google Docs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eigo: Proofread Anything In Seconds
ดาวน์โหลดไฟล์ส่วนขยาย Eigo: Proofread Anything In Seconds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Eigo is a super simple, easy-to-use, Chrome extension that allows you to proofread any publicly available Google Doc. Simply paste in your Google Doc's public URL and provide an email address which the generated report will be sent to. Eigo sends you a wonderfully simple and to the point summary, providing suggestions to improve your writing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
คำอธิบาย | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
ขนาดไฟล์ | 7.64 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-12-02 |
วันที่เผยแพร่ | 2017-12-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.gautam.cc |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eigo: Proofread Anything In Seconds", "short_name": "Eigo", "description": "This extension allows you to proofread and get suggestions for your publicly available Google Docs.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |