It's Video Games

Replaces the text 'videogames' with 'video games' the way the author no doubt intended.

Что такое It's Video Games?

It's Video Games - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

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

screenshot

Скачать файл CRX расширения It's Video Games

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

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

                        We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.                    

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

Название It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
Официальный URL https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Описание Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Размер файла 8.29 KB
Количество установок 80
Текущая Версия 1.0.1
Последнее Обновление 2014-07-15
Дата публикации 2014-07-14
Рейтинг 4.75/5 Всего 4 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://github.com/tabacco/its-video-games
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "It's Video Games",
    "version": "1.0.1",
    "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}