Deep to **_Deep_**

Experience deep memes.

Что такое Deep to **_Deep_**?

Deep to **_Deep_** - это расширение Chrome, разработанное Unknown, и его основная функция - "Experience deep memes.".

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

screenshot

Скачать файл CRX расширения Deep to **_Deep_**

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

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

                        Machine learning is not only the hot, new thing in the field of computer science, but also the fastest growing meme on the internet. Take part in the future by enhancing your web browsing experience with deep neural memes. This extension is compatible with deep TensorFlow, deep Bayesian networks, deep SVM, and deep classifiers. (does not work with shallow variants)                    

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

Название Deep to **_Deep_** Deep to **_Deep_**
ID oeopkbldgfniapfbapjlndbempenoink
Официальный URL https://chromewebstore.google.com/detail/deep-to-deep/oeopkbldgfniapfbapjlndbempenoink
Описание Experience deep memes.
Размер файла 13.04 KB
Количество установок 13
Текущая Версия 1.1
Последнее Обновление 2017-03-01
Дата публикации 2017-02-28
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deep to **_Deep_**",
    "description": "Experience deep memes.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "brain.png",
        "default_popup": "deep-popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "deep-meme.js"
            ],
            "run_at": "document_end"
        }
    ]
}