Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Co to jest Eigo: Proofread Anything In Seconds?
Eigo: Proofread Anything In Seconds to rozszerzenie Chrome opracowane przez http://www.gautam.cc, a jego główną funkcją jest „This extension allows you to proofread and get suggestions for your publicly available Google Docs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Eigo: Proofread Anything In Seconds
Pobierz pliki rozszerzeń Eigo: Proofread Anything In Seconds 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
Oficjalny URL | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
Opis | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
Rozmiar pliku | 7.64 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-12-02 |
Data Publikacji | 2017-12-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://www.gautam.cc |
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": "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" ] } |