Ipynb Files Viewer

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

Ipynb Files Viewer क्या है?

Ipynb Files Viewer Anton Borzenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this plugin you can use your browser as .ipynb files viewer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ipynb Files Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}