ML Dictionary
Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io
Cos'è ML Dictionary?
ML Dictionary è un'estensione di Chrome sviluppata da cnvrg.io, e la sua funzione principale è "Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ML Dictionary
Scarica i file di estensione ML Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hllgcgkchmaeoncpebjiompbnnmjckne |
URL Ufficiale | https://chrome.google.com/webstore/detail/ml-dictionary/hllgcgkchmaeoncpebjiompbnnmjckne |
Descrizione | Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io |
Dimensione del File | 5.6 KB |
Conteggio Installazioni | 161 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2019-08-25 |
Data di Pubblicazione | 2019-08-25 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | cnvrg.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |