Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Qu'est-ce que Eigo: Proofread Anything In Seconds ?
Eigo: Proofread Anything In Seconds est une extension Chrome développée par http://www.gautam.cc, et sa fonction principale est "This extension allows you to proofread and get suggestions for your publicly available Google Docs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Eigo: Proofread Anything In Seconds
Téléchargez les fichiers d'extension Eigo: Proofread Anything In Seconds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
URL Officiel | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
Description | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
Taille du Fichier | 7.64 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-12-02 |
Date de Publication | 2017-12-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.gautam.cc |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |