Jupyter Notebook code snippet

Jupyter Notebook code snippet chrome extension

Jupyter Notebook code snippetとは何ですか?

Jupyter Notebook code snippetはmaolingzhiによって開発されたChromeの拡張機能で、その主な機能は「Jupyter Notebook code snippet chrome extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jupyter Notebook code snippet拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        ""
    ]
}