Open in nbviewer

Open the current page in nbviewer in a new tab.

Cos'è Open in nbviewer?

Open in nbviewer è un'estensione di Chrome sviluppata da jiffyclub, e la sua funzione principale è "Open the current page in nbviewer in a new tab.".

Scarica il file CRX dell'estensione Open in nbviewer

Scarica i file di estensione Open in nbviewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
URL Ufficiale https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
Descrizione Open the current page in nbviewer in a new tab.
Dimensione del File 3.82 KB
Conteggio Installazioni 2,000
Versione Corrente 1.4
Ultimo Aggiornamento 2013-09-08
Data di Pubblicazione 2013-09-08
Valutazione 3.83/5 Totale 18 Valutazioni
Sviluppatore jiffyclub
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jiffyclub/open-in-nbviewer
URL della Pagina di Aiuto https://github.com/jiffyclub/open-in-nbviewer
Lingue Supportate 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
}