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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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 } |