HipChat IPython Notebook viewer

Show IPython notebook attachment in the HipChat web app

HipChat IPython Notebook viewerคืออะไร?

HipChat IPython Notebook viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย herbertkruitbosch และคุณลักษณะหลักของมันคือ "Show IPython notebook attachment in the HipChat web app"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HipChat IPython Notebook viewer

ดาวน์โหลดไฟล์ส่วนขยาย HipChat IPython Notebook viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}