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ファイルをダウンロード

nbgitpuller Link generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}