Jupyter Notebook Viewer

Jupyter Notebook Viewer

Jupyter Notebook Viewer क्या है?

Jupyter Notebook Viewer imvladikon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jupyter Notebook Viewer"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The extension that could renders local jupyter file (*.ipynb). 

 Renders local and remote URLs
✔ Granular access to remote origins
✔ Full control over the compiler options
✔ Themes
✔ Auto reload on file change
✔ Syntax highlighted code blocks
✔ Table of Contents (TOC)
✔ MathJax support

how to install: https://www.youtube.com/watch?v=izGeP2wyOIk
demonstration: https://www.youtube.com/watch?v=x0nYGZDbEoY                    

एक्सटेंशन की मूल जानकारी

नाम Jupyter Notebook Viewer Jupyter Notebook Viewer
ID ocabfdicbcamoonfhalkdojedklfcjmf
आधिकारिक URL https://chromewebstore.google.com/detail/jupyter-notebook-viewer/ocabfdicbcamoonfhalkdojedklfcjmf
विवरण Jupyter Notebook Viewer
फ़ाइल का आकार 1.74 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.6
अंतिम अपडेट 2022-05-01
प्रकाशन तिथि 2020-05-19
रेटिंग 4.63/5 कुल 30 रेटिंग्स
डेवलपर imvladikon
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/imvladikon/jupyter-notebook-viewer
सहायता पृष्ठ URL https://github.com/imvladikon/jupyter-notebook-viewer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jupyter Notebook Viewer",
    "version": "0.6",
    "description": "Jupyter Notebook Viewer",
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/icon19.png",
            "38": "\/icons\/icon38.png"
        },
        "default_title": "Jupyter Notebook Viewer",
        "default_popup": "\/popup\/index.html"
    },
    "options_page": "\/options\/index.html",
    "background": {
        "scripts": [
            "\/vendor\/marked.min.js",
            "\/vendor\/remark.min.js",
            "\/background\/compilers\/marked.js",
            "\/background\/compilers\/remark.js",
            "\/background\/storage.js",
            "\/background\/webrequest.js",
            "\/background\/detect.js",
            "\/background\/inject.js",
            "\/background\/messages.js",
            "\/background\/mathjax.js",
            "\/background\/xhr.js",
            "\/background\/index.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/themes\/github.css",
        "\/themes\/github-dark.css",
        "\/themes\/godspeed.css",
        "\/themes\/new-modern.css",
        "\/themes\/torpedo.css",
        "\/themes\/vostok.css",
        "\/themes\/ghostwriter.css",
        "\/themes\/radar.css",
        "\/themes\/foghorn.css",
        "\/themes\/markdown.css",
        "\/themes\/markedapp-byword.css",
        "\/themes\/solarized-dark.css",
        "\/themes\/solarized-light.css",
        "\/themes\/screen.css",
        "\/themes\/markdown5.css",
        "\/themes\/markdown6.css",
        "\/themes\/markdown7.css",
        "\/themes\/markdown8.css",
        "\/themes\/markdown9.css",
        "\/themes\/markdown-alt.css"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/",
    "permissions": [
        "storage",
        "file:\/\/\/*"
    ],
    "optional_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking"
    ]
}