Eigo: Proofread Anything In Seconds
This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Vad är Eigo: Proofread Anything In Seconds?
Eigo: Proofread Anything In Seconds är en Chrome-tillägg utvecklad av http://www.gautam.cc, och dess huvudfunktion är "This extension allows you to proofread and get suggestions for your publicly available Google Docs.".
Tilläggsskärmbilder
Ladda ner Eigo: Proofread Anything In Seconds-förlängningens CRX-fil
Ladda ner Eigo: Proofread Anything In Seconds-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kpaagcfdibdfeopdcigoeemhblkfcdkc |
Officiell webbadress | https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc |
Beskrivning | This extension allows you to proofread and get suggestions for your publicly available Google Docs. |
Filstorlek | 7.64 KB |
Antal Installationer | 81 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-12-02 |
Publiceringsdatum | 2017-12-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://www.gautam.cc |
Betalningssätt | free |
Stödda Språk | 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" ] } |