nbgitpuller Link generator
A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub
¿Qué es nbgitpuller Link generator?
nbgitpuller Link generator es una extensión de Chrome desarrollada por YuviPanda, y su función principal es "A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión nbgitpuller Link generator
Descarga archivos de extensión nbgitpuller Link generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | nbgitpuller Link generator |
ID | hpdbdpklpmppnoibabdkkhnfhkkehgnc |
URL Oficial | https://chromewebstore.google.com/detail/nbgitpuller-link-generato/hpdbdpklpmppnoibabdkkhnfhkkehgnc |
Descripción | A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub |
Tamaño del Archivo | 82.08 KB |
Cantidad de Instalaciones | 358 |
Versión Actual | 3.0 |
Última Actualización | 2023-11-17 |
Fecha de Publicación | 2021-11-16 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | YuviPanda |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://jupyterhub.github.io/nbgitpuller |
URL de la Página de Ayuda | https://github.com/jupyterhub/nbgitpuller/issues |
Idiomas Soportados | 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" } } |