Ipynb Files Viewer

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

Co to jest Ipynb Files Viewer?

Ipynb Files Viewer to rozszerzenie Chrome opracowane przez Anton Borzenko, a jego główną funkcją jest „With this plugin you can use your browser as .ipynb files viewer”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ipynb Files Viewer

Pobierz pliki rozszerzeń Ipynb Files Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Ipynb Files Viewer Ipynb Files Viewer
ID iohfdefnnffaejpacklikjbjhnfcmbej
Oficjalny URL https://chromewebstore.google.com/detail/ipynb-files-viewer/iohfdefnnffaejpacklikjbjhnfcmbej
Opis With this plugin you can use your browser as .ipynb files viewer
Rozmiar pliku 126 KB
Liczba instalacji 1,508
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2020-12-02
Data Publikacji 2020-10-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Anton Borzenko
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AntonBorzenko/IpynbFilesViewer
Adres URL Strony Pomocy https://t.me/BorzenkoAnton
Obsługiwane Języki 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"
    }
}