Github Colabify
Adds colab button on github ipython page
Github Colabifyคืออะไร?
Github Colabify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chintan Raiyani และคุณลักษณะหลักของมันคือ "Adds colab button on github ipython page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Colabify
ดาวน์โหลดไฟล์ส่วนขยาย Github Colabify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If github hosted ipython notebook page is open it will automatically add Open In Colab button as shown in the image. On click of the Open In Colab button, ipython notebook will be open in colab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Colabify |
ID | enfgannencjofjonlojjahlblnjnfhon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-colabify/enfgannencjofjonlojjahlblnjnfhon |
คำอธิบาย | Adds colab button on github ipython page |
ขนาดไฟล์ | 23.21 KB |
จำนวนการติดตั้ง | 1,157 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-07-21 |
วันที่เผยแพร่ | 2020-07-16 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Chintan Raiyani |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Colabify", "description": "Adds colab button on github ipython page", "version": "1.0.1", "permissions": [ "tabs", "https:\/\/github.com\/", "https:\/\/colab.research.google.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |