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
Eメール [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"
    }
}