ML Dictionary

Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io

Что такое ML Dictionary?

ML Dictionary - это расширение Chrome, разработанное cnvrg.io, и его основная функция - "Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io".

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

screenshot

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

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

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

                        Chrome extension that shuffle's through machine learning terminology. When installing the extension, a new term of machine learning and data science will appear on every new tab!

As seen in the screenshots below, every time you open a new tab, a new machine learning term will pop! This way you can learn new, interesting and curated terms on the go.                    

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

Название ML Dictionary ML Dictionary
ID hllgcgkchmaeoncpebjiompbnnmjckne
Официальный URL https://chrome.google.com/webstore/detail/ml-dictionary/hllgcgkchmaeoncpebjiompbnnmjckne
Описание Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io
Размер файла 5.6 KB
Количество установок 161
Текущая Версия 4.0
Последнее Обновление 2019-08-25
Дата публикации 2019-08-25
Рейтинг 5.00/5 Всего 3 оценок
Разработчик cnvrg.io
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ML Dictionary",
    "version": "4.0",
    "description": "Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "permissions": [
        "tabs"
    ]
}