Open in nbviewer

Open the current page in nbviewer in a new tab.

O que é Open in nbviewer?

Open in nbviewer é uma extensão do Chrome desenvolvida por jiffyclub, e sua principal característica é "Open the current page in nbviewer in a new tab.".

Baixar o arquivo CRX da Extensão Open in nbviewer

Baixe arquivos de extensão Open in nbviewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
URL Oficial https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
Descrição Open the current page in nbviewer in a new tab.
Tamanho do Arquivo 3.82 KB
Contagem de Instalações 2,000
Versão Atual 1.4
Última Atualização 2013-09-08
Data de Publicação 2013-09-08
Classificação 3.83/5 Total de 18 Avaliações
Desenvolvedor jiffyclub
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jiffyclub/open-in-nbviewer
URL da Página de Ajuda https://github.com/jiffyclub/open-in-nbviewer
Idiomas Suportados 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
}