Jupyter Notebook code snippet

Jupyter Notebook code snippet chrome extension

Jupyter Notebook code snippet là gì?

Jupyter Notebook code snippet là một tiện ích mở rộng Chrome được phát triển bởi maolingzhi, và tính năng chính của nó là "Jupyter Notebook code snippet chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jupyter Notebook code snippet

Tải xuống các tệp mở rộng Jupyter Notebook code snippet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jupyter Notebook code snippet Jupyter Notebook code snippet
ID bmpkgdebaeakonmaccemlpeebdmflcop
URL Chính Thức https://chrome.google.com/webstore/detail/jupyter-notebook-code-sni/bmpkgdebaeakonmaccemlpeebdmflcop
Mô tả Jupyter Notebook code snippet chrome extension
Kích Thước Tệp 527 KB
Số Lần Cài Đặt 1,210
Phiên Bản Hiện Tại 3.7
Cập Nhật Lần Cuối 2023-02-14
Ngày Phát Hành 2020-08-20
Nhà Phát Triển maolingzhi
Email [email protected]
Loại Thanh Toán in_app
URL Trang Trợ Giúp https://github.com/mlzboy/jupyter_chrome_extension/issues
URL Trang Chính Sách Bảo Mật https://mlzboy.github.io/jupyter_chrome_extension/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}