Open in Colab

Open in Colab

Open a Github-hosted notebook in Google Colab

Merlin
Additional files are visible only to premium users

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.1.0",
  "version_name": "1.1.0",
  "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": "js/background.js"
  },
  "permissions": [
    "activeTab"
  ]
}