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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |