Open in nbviewer

Open the current page in nbviewer in a new tab.

Qu'est-ce que Open in nbviewer ?

Open in nbviewer est une extension Chrome développée par jiffyclub, et sa fonction principale est "Open the current page in nbviewer in a new tab.".

Télécharger le fichier CRX de l'extension Open in nbviewer

Téléchargez les fichiers d'extension Open in nbviewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
URL Officiel https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
Description Open the current page in nbviewer in a new tab.
Taille du Fichier 3.82 KB
Nombre d'Installations 2,000
Version Actuelle 1.4
Dernière Mise à Jour 2013-09-08
Date de Publication 2013-09-08
Évaluation 3.83/5 Total 18 Évaluations
Développeur jiffyclub
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jiffyclub/open-in-nbviewer
URL de la Page d'Aide https://github.com/jiffyclub/open-in-nbviewer
Langues Prises en Charge 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
}