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
官方網址 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"
    }
}