nbgitpuller Link generator
A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub
nbgitpuller Link generatorคืออะไร?
nbgitpuller Link generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YuviPanda และคุณลักษณะหลักของมันคือ "A browser extension to generate nbgitpuller (http://jupyterhub.github.io/nbgitpullerbgitpuller) links directly from GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nbgitpuller Link generator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |