Open in Colab

Open a Github-hosted notebook in Google Colab
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Open in Colab",
  "description": "Open a Github-hosted notebook in Google Colab",
  "version": "1.2.0",
  "author": {
    "email": "colab-team@google.com"
  },
  "homepage_url": "https://github.com/googlecolab/open_in_colab/",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "128": "images/icon128.png"
    },
    "default_title": "Open notebook in Google Colab"
  },
  "background": {
    "service_worker": "service_worker_compiled.js"
  },
  "permissions": [
    "activeTab"
  ]
}