Open in nbviewer
Open the current page in nbviewer in a new tab.
¿Qué es Open in nbviewer?
Open in nbviewer es una extensión de Chrome desarrollada por jiffyclub, y su función principal es "Open the current page in nbviewer in a new tab.".
Descargar Archivo CRX de la Extensión Open in nbviewer
Descarga archivos de extensión Open in nbviewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ihlhlehlibooakiicbiakgojckpnlali |
URL Oficial | https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali |
Descripción | Open the current page in nbviewer in a new tab. |
Tamaño del Archivo | 3.82 KB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 1.4 |
Última Actualización | 2013-09-08 |
Fecha de Publicación | 2013-09-08 |
Calificación | 3.83/5 Total de 18 Calificaciones |
Desarrollador | jiffyclub |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/jiffyclub/open-in-nbviewer |
URL de la Página de Ayuda | https://github.com/jiffyclub/open-in-nbviewer |
Idiomas Soportados | 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 } |