Derp Learning

Replaces the text 'deep learning' with 'derp learning'.

Что такое Derp Learning?

Derp Learning - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces the text 'deep learning' with 'derp learning'.".

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

screenshot

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

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

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

                        Derp Learning, replaces the phrase 'deep learning' with 'derp learning'. With 'derp learning' the future of AI is here. For more explanation check out Jupiter Broadcasting and the Linux Action Show episode 418.                    

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

Название Derp Learning Derp Learning
ID cphjjfdiphbdcppboodcpkgephbegldd
Официальный URL https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd
Описание Replaces the text 'deep learning' with 'derp learning'.
Размер файла 15.54 KB
Количество установок 14
Текущая Версия 1.0.2
Последнее Обновление 2016-07-02
Дата публикации 2016-07-02
Рейтинг 4.00/5 Всего 3 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://github.com/chriswininger/Derp-Learning
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Derp Learning",
    "version": "1.0.2",
    "description": "Replaces the text 'deep learning' with 'derp learning'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}