Jupyter Notebook Viewer

Jupyter Notebook Viewer

Jupyter Notebook Viewerคืออะไร?

Jupyter Notebook Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย imvladikon และคุณลักษณะหลักของมันคือ "Jupyter Notebook Viewer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jupyter Notebook Viewer

ดาวน์โหลดไฟล์ส่วนขยาย Jupyter Notebook Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}