nbgitpuller Link generator

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

Vad är nbgitpuller Link generator?

nbgitpuller Link generator är en Chrome-tillägg utvecklad av YuviPanda, och dess huvudfunktion är "A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub".

Tilläggsskärmbilder

screenshot

Ladda ner nbgitpuller Link generator-förlängningens CRX-fil

Ladda ner nbgitpuller Link generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn nbgitpuller Link generator nbgitpuller Link generator
ID hpdbdpklpmppnoibabdkkhnfhkkehgnc
Officiell webbadress https://chromewebstore.google.com/detail/nbgitpuller-link-generato/hpdbdpklpmppnoibabdkkhnfhkkehgnc
Beskrivning A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub
Filstorlek 82.08 KB
Antal Installationer 358
Aktuell Version 3.0
Senast Uppdaterad 2023-11-17
Publiceringsdatum 2021-11-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare YuviPanda
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://jupyterhub.github.io/nbgitpuller
Hjälpsida URL https://github.com/jupyterhub/nbgitpuller/issues
Stödda Språk 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"
    }
}