Jupyter Notebook code snippet

Jupyter Notebook code snippet chrome extension

Cos'è Jupyter Notebook code snippet?

Jupyter Notebook code snippet è un'estensione di Chrome sviluppata da maolingzhi, e la sua funzione principale è "Jupyter Notebook code snippet chrome extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Jupyter Notebook code snippet

Scarica i file di estensione Jupyter Notebook code snippet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Jupyter Notebook code snippet Jupyter Notebook code snippet
ID bmpkgdebaeakonmaccemlpeebdmflcop
URL Ufficiale https://chrome.google.com/webstore/detail/jupyter-notebook-code-sni/bmpkgdebaeakonmaccemlpeebdmflcop
Descrizione Jupyter Notebook code snippet chrome extension
Dimensione del File 527 KB
Conteggio Installazioni 1,210
Versione Corrente 3.7
Ultimo Aggiornamento 2023-02-14
Data di Pubblicazione 2020-08-20
Sviluppatore maolingzhi
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina di Aiuto https://github.com/mlzboy/jupyter_chrome_extension/issues
URL della Pagina della Politica sulla Privacy https://mlzboy.github.io/jupyter_chrome_extension/privacy_policy.html
Lingue Supportate 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": [
        ""
    ]
}