Programming to Googling StackOverflow

Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe

Что такое Programming to Googling StackOverflow?

Programming to Googling StackOverflow - это расширение Chrome, разработанное Francis N, и его основная функция - "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe".

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

screenshot

Скачать файл CRX расширения Programming to Googling StackOverflow

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

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

                        This app replaces the word "programming" with "Googling StackOverflow" as well as several other variations of the word "programming."

This was inspired by The Allium: http://bit.ly/1HF3QEe                    

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

Название Programming to Googling StackOverflow Programming to Googling StackOverflow
ID cdfmakoamfdggejpagcaejcllihongbm
Официальный URL https://chromewebstore.google.com/detail/programming-to-googling-s/cdfmakoamfdggejpagcaejcllihongbm
Описание Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe
Размер файла 4.78 KB
Количество установок 46
Текущая Версия 1.2
Последнее Обновление 2015-07-24
Дата публикации 2015-07-24
Рейтинг 4.80/5 Всего 5 оценок
Разработчик Francis N
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Programming to Googling StackOverflow",
    "version": "1.2",
    "description": "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http:\/\/bit.ly\/1HF3QEe",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}