nbgitpuller Link generator

A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub

Apa itu nbgitpuller Link generator?

nbgitpuller Link generator adalah ekstensi Chrome yang dikembangkan oleh YuviPanda, dan fitur utamanya adalah "A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi nbgitpuller Link generator

Unduh file ekstensi nbgitpuller Link generator 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

                        A browser extension to help you generate [nbgitpuller](https://jupyterhub.github.io/nbgitpuller/)
links directly from GitHub.

On the GitHub page for files, folders and repositories, it adds an
'nbgitpuller' button to the browser bar.

On clicking this, you can enter a JupyterHub URL and the application
you want to use to open this file, folder or repository. Then you
can just copy the nbgitpuller URL, and share it with your students!

The JupyterHub URL and application you choose are remembered, so
you do not need to enter it over and over again.                    

Informasi Dasar Ekstensi

Nama nbgitpuller Link generator nbgitpuller Link generator
ID hpdbdpklpmppnoibabdkkhnfhkkehgnc
URL Resmi https://chromewebstore.google.com/detail/nbgitpuller-link-generato/hpdbdpklpmppnoibabdkkhnfhkkehgnc
Deskripsi A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub
Ukuran File 82.08 KB
Jumlah Instalasi 358
Versi Saat Ini 3.0
Terakhir Diperbarui 2023-11-17
Tanggal Publikasi 2021-11-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang YuviPanda
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jupyterhub.github.io/nbgitpuller
URL Halaman Bantuan https://github.com/jupyterhub/nbgitpuller/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "nbgitpuller Link generator",
    "version": "3.0",
    "description": "A browser extension to generate nbgitpuller (http:\/\/jupyterhub.github.io\/nbgitpullerbgitpuller) links directly from GitHub",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "32": "icon_32.png"
        },
        "default_title": "Generate nbgitpuller link",
        "default_popup": "popup.html"
    }
}