Ipynb Files Viewer

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

Cos'è Ipynb Files Viewer?

Ipynb Files Viewer è un'estensione di Chrome sviluppata da Anton Borzenko, e la sua funzione principale è "With this plugin you can use your browser as .ipynb files viewer".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ipynb Files Viewer

Scarica i file di estensione Ipynb Files Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Ipynb Files Viewer Ipynb Files Viewer
ID iohfdefnnffaejpacklikjbjhnfcmbej
URL Ufficiale https://chromewebstore.google.com/detail/ipynb-files-viewer/iohfdefnnffaejpacklikjbjhnfcmbej
Descrizione With this plugin you can use your browser as .ipynb files viewer
Dimensione del File 126 KB
Conteggio Installazioni 1,508
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-12-02
Data di Pubblicazione 2020-10-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Anton Borzenko
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AntonBorzenko/IpynbFilesViewer
URL della Pagina di Aiuto https://t.me/BorzenkoAnton
Lingue Supportate 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"
    }
}