Eigo: Proofread Anything In Seconds

This extension allows you to proofread and get suggestions for your publicly available Google Docs.

Что такое Eigo: Proofread Anything In Seconds?

Eigo: Proofread Anything In Seconds - это расширение Chrome, разработанное http://www.gautam.cc, и его основная функция - "This extension allows you to proofread and get suggestions for your publicly available Google Docs.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Eigo: Proofread Anything In Seconds

Скачайте файлы расширений Eigo: Proofread Anything In Seconds в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Eigo: Proofread Anything In Seconds Eigo: Proofread Anything In Seconds
ID kpaagcfdibdfeopdcigoeemhblkfcdkc
Официальный URL https://chrome.google.com/webstore/detail/eigo-proofread-anything-i/kpaagcfdibdfeopdcigoeemhblkfcdkc
Описание This extension allows you to proofread and get suggestions for your publicly available Google Docs.
Размер файла 7.64 KB
Количество установок 81
Текущая Версия 1.1
Последнее Обновление 2017-12-02
Дата публикации 2017-12-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://www.gautam.cc
Тип оплаты free
Поддерживаемые языки 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"
    ]
}