Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
O que é Eigo: Proofread Anything In Seconds?
Eigo: Proofread Anything In Seconds é uma extensão do Chrome desenvolvida por http://www.gautam.cc, e sua principal característica é "This extension allows you to proofread and get suggestions for your publicly available Google Docs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Eigo: Proofread Anything In Seconds
Baixe arquivos de extensão Eigo: Proofread Anything In Seconds no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
URL Oficial | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
Descrição | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
Tamanho do Arquivo | 7.64 KB |
Contagem de Instalações | 81 |
Versão Atual | 1.1 |
Última Atualização | 2017-12-02 |
Data de Publicação | 2017-12-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://www.gautam.cc |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |