Slack Overflow

An addon to disguise your reading materials in a stack overflow page

Что такое Slack Overflow?

Slack Overflow - это расширение Chrome, разработанное Wan Song, и его основная функция - "An addon to disguise your reading materials in a stack overflow page".

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

screenshot
screenshot
screenshot

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

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

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

                        The addon disguises paragraphs of text as answers (the question, code segments and comments remain intact for a better disguise) on the stack overflow page. Ideal of idle developers who need to look busy at work.

Disclaimer:
This addon was developed for amusement purposes.
The user is solely responsible for any loss in productivity due to the use of this addon.

Instructions for use:
Insert paragraphs of text separated by an empty line.
Click replace.

Limitations:
Current version only allows for use with stackoverflow pages with answers.                    

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

Название Slack Overflow Slack Overflow
ID ajhgokhlpenmggljkhgggpamhdnogjni
Официальный URL https://chromewebstore.google.com/detail/slack-overflow/ajhgokhlpenmggljkhgggpamhdnogjni
Описание An addon to disguise your reading materials in a stack overflow page
Размер файла 40 KB
Количество установок 38
Текущая Версия 0.0.0.1
Последнее Обновление 2013-03-17
Дата публикации 2013-03-17
Рейтинг 3.75/5 Всего 4 оценок
Разработчик Wan Song
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Overflow",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "An addon to disguise your reading materials in a stack overflow page",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/stackoverflow.com\/*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "slackoverflow.js"
            ]
        }
    ]
}