HipChat IPython Notebook viewer

Show IPython notebook attachment in the HipChat web app

HipChat IPython Notebook viewer क्या है?

HipChat IPython Notebook viewer herbertkruitbosch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show IPython notebook attachment in the HipChat web app"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HipChat IPython Notebook viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        IPython Notebooks are a great way to share results of experiments with your coworkers or friends. However, the receiver still needs to open the notebook in either nbviewer or Jupyter. This extension opens a notebook attachment sent in HipChat in the browser, eliminating the need to download and open it externally and thus improves fast collaboration.                    

एक्सटेंशन की मूल जानकारी

नाम HipChat IPython Notebook viewer HipChat IPython Notebook viewer
ID ahhalickndgjlapkbmmjjmjdebfglode
आधिकारिक URL https://chrome.google.com/webstore/detail/ahhalickndgjlapkbmmjjmjdebfglode
विवरण Show IPython notebook attachment in the HipChat web app
फ़ाइल का आकार 157 KB
स्थापना संख्या 109
वर्तमान संस्करण 1.2
अंतिम अपडेट 2016-05-10
प्रकाशन तिथि 2016-05-09
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर herbertkruitbosch
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HipChat IPython Notebook viewer",
    "short_name": "HC IPYNB-viewer",
    "description": "Show IPython notebook attachment in the HipChat web app",
    "version": "1.2",
    "permissions": [
        "https:\/\/*.amazonaws.com\/"
    ],
    "author": "Herbert Kruitbosch",
    "icons": {
        "128": "ipynb_icon_128x128.png",
        "512": "ipynb_icon_512x512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hipchat.com\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "nbviewer.js",
                "lib\/ansi_up\/ansi_up.js",
                "lib\/marked\/marked.js",
                "lib\/notebook\/notebook.min.js",
                "lib\/prism\/prism.min.js"
            ],
            "css": [
                "lib\/notebook\/notebook.css",
                "lib\/prism\/prism.css"
            ]
        }
    ]
}