HipChat IPython Notebook viewer

Show IPython notebook attachment in the HipChat web app

HipChat IPython Notebook viewer là gì?

HipChat IPython Notebook viewer là một tiện ích mở rộng Chrome được phát triển bởi herbertkruitbosch, và tính năng chính của nó là "Show IPython notebook attachment in the HipChat web app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HipChat IPython Notebook viewer

Tải xuống các tệp mở rộng HipChat IPython Notebook viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HipChat IPython Notebook viewer HipChat IPython Notebook viewer
ID ahhalickndgjlapkbmmjjmjdebfglode
URL Chính Thức https://chrome.google.com/webstore/detail/ahhalickndgjlapkbmmjjmjdebfglode
Mô tả Show IPython notebook attachment in the HipChat web app
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-05-10
Ngày Phát Hành 2016-05-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển herbertkruitbosch
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}