nbgitpuller Link generator

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

nbgitpuller Link generator là gì?

nbgitpuller Link generator là một tiện ích mở rộng Chrome được phát triển bởi YuviPanda, và tính năng chính của nó là "A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng nbgitpuller Link generator

Tải xuống các tệp mở rộng nbgitpuller Link generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nbgitpuller Link generator nbgitpuller Link generator
ID hpdbdpklpmppnoibabdkkhnfhkkehgnc
URL Chính Thức https://chromewebstore.google.com/detail/nbgitpuller-link-generato/hpdbdpklpmppnoibabdkkhnfhkkehgnc
Mô tả A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub
Kích Thước Tệp 82.08 KB
Số Lần Cài Đặt 358
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2021-11-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển YuviPanda
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jupyterhub.github.io/nbgitpuller
URL Trang Trợ Giúp https://github.com/jupyterhub/nbgitpuller/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}