ML Dictionary

ML Dictionary

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

Merlin
Additional files are visible only to premium users

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"
  ]
}