Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Was ist Eigo: Proofread Anything In Seconds?
Eigo: Proofread Anything In Seconds ist eine Chrome-Erweiterung, die von http://www.gautam.cc entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to proofread and get suggestions for your publicly available Google Docs.".
Erweiterungsscreenshots
Eigo: Proofread Anything In Seconds-Erweiterungs-CRX-Datei herunterladen
Laden Sie Eigo: Proofread Anything In Seconds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
Offizielle URL | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
Beschreibung | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
Dateigröße | 7.64 KB |
Installationsanzahl | 81 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-12-02 |
Veröffentlichungsdatum | 2017-12-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.gautam.cc |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |