NoteBook Buddy

Provides a helping hand when using Jupyter NoteBooks

Qu'est-ce que NoteBook Buddy ?

NoteBook Buddy est une extension Chrome développée par iArunava, et sa fonction principale est "Provides a helping hand when using Jupyter NoteBooks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NoteBook Buddy

Téléchargez les fichiers d'extension NoteBook Buddy 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

                        NoteBook Buddy is an extension that provides a helping hand while you are using Jupyter NoteBooks.

As of version 0.3 you can
1) Open Github Hosted NoteBook in nbviewer and Colab
2) Open Colab Hosted NoteBook in nbviewer and Github
3) Open nbviewer Hosted NoteBook in Colab and Github

All in ONE CLICK!                    

Informations de Base sur l'Extension

Nom NoteBook Buddy NoteBook Buddy
ID kmhoiofjdpbiodaggadcibdkicfgplcl
URL Officiel https://chrome.google.com/webstore/detail/notebook-buddy/kmhoiofjdpbiodaggadcibdkicfgplcl
Description Provides a helping hand when using Jupyter NoteBooks
Taille du Fichier 164 KB
Nombre d'Installations 937
Version Actuelle 0.3
Dernière Mise à Jour 2018-11-15
Date de Publication 2018-11-15
Évaluation 4.67/5 Total 3 Évaluations
Développeur iArunava
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoteBook Buddy",
    "version": "0.3",
    "description": "Provides a helping hand when using Jupyter NoteBooks",
    "homepage_url": "https:\/\/github.com\/iArunava\/NoteBook-Buddy\/",
    "icons": {
        "32": "icons\/nbuddy-24.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/nbuddy-24.png"
    ],
    "browser_action": {
        "default_icon": ".\/icons\/nbuddy-24.png",
        "default_title": "NoteBook Buddy",
        "default_popup": ".\/popup\/nbuddy_popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                ".\/dependencies\/jquery.js",
                ".\/content_scripts\/nbuddy.js"
            ]
        }
    ]
}