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
电子邮箱 [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
}