Google Colaboratory

Google Colaboratory

A data analysis tool that combines code, output, and descriptive text into one collaborative document.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Colaboratory",
  "short_name": "Google Colaboratory",
  "version": "0.0.0.3",
  "description": "A data analysis tool that combines code, output, and descriptive text into one collaborative document.",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png",
    "256": "icons/256x256.png"
  },
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "1014160490159",
  "app": {
    "launch": {
      "web_url": "https://colab.research.google.com/"
    }
  }
}