Ipynb Files Viewer

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

Vad är Ipynb Files Viewer?

Ipynb Files Viewer är en Chrome-tillägg utvecklad av Anton Borzenko, och dess huvudfunktion är "With this plugin you can use your browser as .ipynb files viewer".

Tilläggsskärmbilder

screenshot

Ladda ner Ipynb Files Viewer-förlängningens CRX-fil

Ladda ner Ipynb Files Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ipynb Files Viewer Ipynb Files Viewer
ID iohfdefnnffaejpacklikjbjhnfcmbej
Officiell webbadress https://chromewebstore.google.com/detail/ipynb-files-viewer/iohfdefnnffaejpacklikjbjhnfcmbej
Beskrivning With this plugin you can use your browser as .ipynb files viewer
Filstorlek 126 KB
Antal Installationer 1,508
Aktuell Version 1.0.3
Senast Uppdaterad 2020-12-02
Publiceringsdatum 2020-10-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Anton Borzenko
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/AntonBorzenko/IpynbFilesViewer
Hjälpsida URL https://t.me/BorzenkoAnton
Stödda Språk 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"
    }
}