Ipynb Files Viewer

With this plugin you can use your browser as .ipynb files viewer

什么是Ipynb Files Viewer?

Ipynb Files Viewer是由Anton Borzenko开发的Chrome扩展程序,该扩展的主要功能是“With this plugin you can use your browser as .ipynb files viewer”。

扩展截图

screenshot

下载Ipynb Files Viewer扩展crx文件

下载Ipynb Files Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple Ipython Notebook files viewer. Just install this extension and open ipynb-files via your browser.                    

扩展基本信息

名称 Ipynb Files Viewer Ipynb Files Viewer
ID iohfdefnnffaejpacklikjbjhnfcmbej
官方URL https://chromewebstore.google.com/detail/ipynb-files-viewer/iohfdefnnffaejpacklikjbjhnfcmbej
简介 With this plugin you can use your browser as .ipynb files viewer
文件大小 126 KB
安装次数 1,508
当前版本 1.0.3
更新时间 2020-12-02
上架时间 2020-10-27
评分 5.00/5 共1次评分
开发者 Anton Borzenko
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/AntonBorzenko/IpynbFilesViewer
帮助页面URL https://t.me/BorzenkoAnton
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ipynb Files Viewer",
    "version": "1.0.3",
    "description": "With this plugin you can use your browser as .ipynb files viewer",
    "author": "Anton Borzenko",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "background",
        "downloads"
    ],
    "background": {
        "scripts": [
            "ipynbHandler.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}