Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Apa itu Eigo: Proofread Anything In Seconds?
Eigo: Proofread Anything In Seconds adalah ekstensi Chrome yang dikembangkan oleh http://www.gautam.cc, dan fitur utamanya adalah "This extension allows you to proofread and get suggestions for your publicly available Google Docs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Eigo: Proofread Anything In Seconds
Unduh file ekstensi Eigo: Proofread Anything In Seconds 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
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.
Informasi Dasar Ekstensi
Nama | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
URL Resmi | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
Deskripsi | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
Ukuran File | 7.64 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-12-02 |
Tanggal Publikasi | 2017-12-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://www.gautam.cc |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |