nbgitpuller Link generator

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

nbgitpuller Link generator란 무엇입니까?

nbgitpuller Link generator은(는) YuviPanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub"입니다.

확장 프로그램 스크린샷

screenshot

nbgitpuller Link generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 nbgitpuller Link generator nbgitpuller Link generator
ID hpdbdpklpmppnoibabdkkhnfhkkehgnc
공식 URL https://chromewebstore.google.com/detail/nbgitpuller-link-generato/hpdbdpklpmppnoibabdkkhnfhkkehgnc
설명 A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub
파일 크기 82.08 KB
설치 횟수 358
현재 버전 3.0
최근 업데이트 2023-11-17
출시 날짜 2021-11-16
평점 5.00/5 총 2 개의 평점
개발자 YuviPanda
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jupyterhub.github.io/nbgitpuller
도움말 페이지 URL https://github.com/jupyterhub/nbgitpuller/issues
지원되는 언어 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"
    }
}