ML Dictionary
Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io
什么是ML Dictionary?
ML Dictionary是由cnvrg.io开发的Chrome扩展程序,该扩展的主要功能是“Flashcards of machine learning and artificial intelligence terms and concepts brough to you by cnvrg.io”。
扩展截图
下载ML Dictionary扩展crx文件
下载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.
扩展基本信息
名称 | |
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" ] } |