Open in nbviewer
Open the current page in nbviewer in a new tab.
ما هو Open in nbviewer؟
Open in nbviewer هو إضافة Chrome تم تطويرها بواسطة jiffyclub، والميزة الرئيسية لها هي "Open the current page in nbviewer in a new tab.".
تحميل ملف CRX للإضافة Open in nbviewer
قم بتنزيل ملفات الامتداد Open in nbviewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Open in nbviewer takes the URL of the current tab and tries to open it in nbviewer in a new tab. For example, if you are at https://gist.github.com/3778422 you can click the "Open in nbviewer" extension button and it will load http://nbviewer.ipython.org/3778422/ in a new tab.
معلومات أساسية عن التمديد
الاسم | |
ID | ihlhlehlibooakiicbiakgojckpnlali |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali |
الوصف | Open the current page in nbviewer in a new tab. |
حجم الملف | 3.82 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.4 |
آخر تحديث | 2013-09-08 |
تاريخ النشر | 2013-09-08 |
تقييم | 3.83/5 مجموع تقييمات 18 |
المطور | jiffyclub |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jiffyclub/open-in-nbviewer |
عنوان صفحة المساعدة | https://github.com/jiffyclub/open-in-nbviewer |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in nbviewer", "description": "Open the current page in nbviewer in a new tab.", "version": "1.4", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "browser_action": { "default_title": "Open the current page in nbviewer.", "default_icon": "ipynb_icon_16x16.png" }, "manifest_version": 2 } |