ML Dictionary

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

Co to jest ML Dictionary?

ML Dictionary to rozszerzenie Chrome opracowane przez cnvrg.io, a jego główną funkcją jest „Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ML Dictionary

Pobierz pliki rozszerzeń ML Dictionary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ML Dictionary ML Dictionary
ID hllgcgkchmaeoncpebjiompbnnmjckne
Oficjalny URL https://chrome.google.com/webstore/detail/ml-dictionary/hllgcgkchmaeoncpebjiompbnnmjckne
Opis Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io
Rozmiar pliku 5.6 KB
Liczba instalacji 161
Aktualna Wersja 4.0
Ostatnia Aktualizacja 2019-08-25
Data Publikacji 2019-08-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper cnvrg.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}