HipChat IPython Notebook viewer
Show IPython notebook attachment in the HipChat web app
HipChat IPython Notebook viewerとは何ですか?
HipChat IPython Notebook viewerはherbertkruitboschによって開発されたChromeの拡張機能で、その主な機能は「Show IPython notebook attachment in the HipChat web app」です。
拡張機能のスクリーンショット
HipChat IPython Notebook viewer拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" ] } ] } |