Incorrekt Grammer

Have a friend that is really passionate about the English language? Then don't install this extension on their machine.

Что такое Incorrekt Grammer?

Incorrekt Grammer - это расширение Chrome, разработанное Kyle Apfel, и его основная функция - "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

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

screenshot

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

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

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

                        This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions.

Have fun! You jerk.                    

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

Название Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
Официальный URL https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Описание Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Размер файла 28.93 KB
Количество установок 162
Текущая Версия 0.1
Последнее Обновление 2015-09-06
Дата публикации 2015-09-06
Разработчик Kyle Apfel
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incorrekt Grammer",
    "version": "0.1",
    "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}