Jupyter Notebook code snippet

Jupyter Notebook code snippet chrome extension

Jupyter Notebook code snippetคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        Jupyter NoteBook enhanced extension,sync snippet on cloud,never lost,quickly find snippet code on draggable menu,click it insert snippet code to new cell.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jupyter Notebook code snippet Jupyter Notebook code snippet
ID bmpkgdebaeakonmaccemlpeebdmflcop
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jupyter-notebook-code-sni/bmpkgdebaeakonmaccemlpeebdmflcop
คำอธิบาย Jupyter Notebook code snippet chrome extension
ขนาดไฟล์ 527 KB
จำนวนการติดตั้ง 1,210
เวอร์ชันปัจจุบัน 3.7
อัปเดตครั้งล่าสุด 2023-02-14
วันที่เผยแพร่ 2020-08-20
ผู้พัฒนา maolingzhi
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้าช่วยเหลือ https://github.com/mlzboy/jupyter_chrome_extension/issues
URL หน้านโยบายความเป็นส่วนตัว https://mlzboy.github.io/jupyter_chrome_extension/privacy_policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jupyter Notebook code snippet",
    "version": "3.7",
    "description": "Jupyter Notebook code snippet chrome extension",
    "author": "lexus",
    "icons": {
        "48": "jupyter.png",
        "16": "jupyter.png",
        "128": "jupyter.png"
    },
    "action": {
        "default_icon": "jupyter.png",
        "default_popup": "z.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "jquery-ui.css"
            ],
            "js": [
                "jquery.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "hot-reload.js",
                "jquery.nodom.js",
                "background.js",
                "jquery-ui.css",
                "jquery-ui.js",
                "jquery.js",
                "content-script.js",
                "z.css",
                "a.js",
                "images\/ui-icons_ffffff_256x240.png",
                "images\/ui-icons_444444_256x240.png",
                "images\/ui-icons_555555_256x240.png",
                "z.html",
                "z.js",
                "re_a.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}