Ipynb Files Viewer

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

Ipynb Files Viewerคืออะไร?

Ipynb Files Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Borzenko และคุณลักษณะหลักของมันคือ "With this plugin you can use your browser as .ipynb files viewer"

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

screenshot

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

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

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

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