Open in nbviewer

Open the current page in nbviewer in a new tab.

Open in nbviewerとは何ですか?

Open in nbviewerはjiffyclubによって開発されたChromeの拡張機能で、その主な機能は「Open the current page in nbviewer in a new tab.」です。

Open in nbviewer拡張機能のCRXファイルをダウンロード

Open in nbviewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Open in nbviewer takes the URL of the current tab and tries to open it in nbviewer in a new tab.

For example, if you are at https://gist.github.com/3778422 you can click the "Open in nbviewer" extension button and it will load http://nbviewer.ipython.org/3778422/ in a new tab.                    

拡張機能の基本情報

名前 Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
公式URL https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
説明 Open the current page in nbviewer in a new tab.
ファイルサイズ 3.82 KB
インストール数 2,000
現在のバージョン 1.4
最終更新日 2013-09-08
公開日 2013-09-08
評価 3.83/5 合計 18 レビュー
開発者 jiffyclub
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jiffyclub/open-in-nbviewer
ヘルプページのURL https://github.com/jiffyclub/open-in-nbviewer
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in nbviewer",
    "description": "Open the current page in nbviewer in a new tab.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Open the current page in nbviewer.",
        "default_icon": "ipynb_icon_16x16.png"
    },
    "manifest_version": 2
}