Instacorrect

Correcteur de grammaire et orthographe.

Что такое Instacorrect?

Instacorrect - это расширение Chrome, разработанное http://instacorrect.com, и его основная функция - "Correcteur de grammaire et orthographe.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Instacorrect

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

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

                        Un français parfait grâce à l'intelligence artificielle.

Corrigez gratuitement vos fautes de grammaire et d'orthographe sur le web grâce à notre extension Google Chrome.

Envoyer un email, une présentation ou un rapport avec des fautes d'orthographe discrédite notre image. Les correcteurs classiques corrigent uniquement les fautes d'orthographe, et non les fautes de grammaire. C'est pourquoi nous avons créés Instacorrect.

Grâce à l'intelligence artificielle, nous corrigeons vos emails, messages et communications alors même que vous les écrivez. Nous corrigeons les fautes de grammaire, conjugaison, orthographe et sémantiques (amande ou amende).

Retrouvez plus d'information sur notre site: https://instacorrect.com                    

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

Название Instacorrect Instacorrect
ID kbclloieapjaccjemefjehnnfjhdkkaj
Официальный URL https://chrome.google.com/webstore/detail/instacorrect/kbclloieapjaccjemefjehnnfjhdkkaj
Описание Correcteur de grammaire et orthographe.
Размер файла 210 KB
Количество установок 700
Текущая Версия 0.0.1.0
Последнее Обновление 2019-10-14
Дата публикации 2019-10-14
Рейтинг 4.33/5 Всего 6 оценок
Разработчик http://instacorrect.com
Тип оплаты free
Официальный сайт расширения https://instacorrect.com
URL страницы помощи https://instacorrect.com
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instacorrect",
    "version": "0.0.1.0",
    "description": "Correcteur de grammaire et orthographe.",
    "permissions": [
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.outlook.live.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "scripts\/app.js"
            ],
            "css": [
                "styles\/spinner.css",
                "styles\/main.css",
                "styles\/worksans.css"
            ],
            "match_about_blank": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/i.png",
        "images\/spellcheck.svg",
        "images\/brain.svg",
        "styles\/worksans\/worksans1.woff2",
        "styles\/worksans\/worksans2.woff2"
    ]
}