Open in Colab

Open a Github-hosted notebook in Google Colab

Apa itu Open in Colab?

Open in Colab adalah ekstensi Chrome yang dikembangkan oleh colab-team, dan fitur utamanya adalah "Open a Github-hosted notebook in Google Colab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open in Colab

Unduh file ekstensi Open in Colab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Open in Colab Open in Colab
ID iogfkhleblhcpcekbiedikdehleodpjo
URL Resmi https://chromewebstore.google.com/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo
Deskripsi Open a Github-hosted notebook in Google Colab
Ukuran File 21.34 KB
Jumlah Instalasi 90,000
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-12-08
Tanggal Publikasi 2018-11-02
Penilaian 4.16/5 Total 19 Penilaian
Pengembang colab-team
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/googlecolab/colabtools
URL Halaman Bantuan https://github.com/googlecolab/colabtools/issues
URL Halaman Kebijakan Privasi https://policies.google.com/privacy
Bahasa yang Didukung 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"
    ]
}