Open in Colab

Open a Github-hosted notebook in Google Colab

What is Open in Colab?

Open in Colab is a Chrome extension developed by colab-team, and its main feature is "Open a Github-hosted notebook in Google Colab".

Extension Screenshots

screenshot

Download Open in Colab Extension CRX File

Download Open in Colab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple browser extension to quickly open GitHub-hosted Jupyter notebooks in Google Colab.

Issues and concerns? create an issue at https://github.com/googlecolab/colabtools/issues.                    

Extension Basic Information

Name Open in Colab Open in Colab
ID iogfkhleblhcpcekbiedikdehleodpjo
Official URL https://chromewebstore.google.com/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo
Description Open a Github-hosted notebook in Google Colab
File Size 21.34 KB
Installation Count 90,000
Current Version 1.1.0
Last Updated 2023-12-08
Publish Date 2018-11-02
Rating 4.16/5 Total 19 Ratings
Developer colab-team
Email [email protected]
Payment Type free
Extension Website https://github.com/googlecolab/colabtools
Help Page URL https://github.com/googlecolab/colabtools/issues
Privacy Policy Page URL https://policies.google.com/privacy
Supported Languages en
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"
    ]
}