Open in nbviewer

Open the current page in nbviewer in a new tab.

What is Open in nbviewer?

Open in nbviewer is a Chrome extension developed by jiffyclub, and its main feature is "Open the current page in nbviewer in a new tab.".

Download Open in nbviewer Extension CRX File

Download Open in nbviewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
Official URL https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
Description Open the current page in nbviewer in a new tab.
File Size 3.82 KB
Installation Count 2,000
Current Version 1.4
Last Updated 2013-09-08
Publish Date 2013-09-08
Rating 3.83/5 Total 18 Ratings
Developer jiffyclub
Email [email protected]
Payment Type free
Extension Website https://github.com/jiffyclub/open-in-nbviewer
Help Page URL https://github.com/jiffyclub/open-in-nbviewer
Supported Languages 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
}