Jupyter Notebook code snippet
Jupyter Notebook code snippet chrome extension
Apa itu Jupyter Notebook code snippet?
Jupyter Notebook code snippet adalah ekstensi Chrome yang dikembangkan oleh maolingzhi, dan fitur utamanya adalah "Jupyter Notebook code snippet chrome extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Jupyter Notebook code snippet
Unduh file ekstensi Jupyter Notebook code snippet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bmpkgdebaeakonmaccemlpeebdmflcop |
URL Resmi | https://chrome.google.com/webstore/detail/jupyter-notebook-code-sni/bmpkgdebaeakonmaccemlpeebdmflcop |
Deskripsi | Jupyter Notebook code snippet chrome extension |
Ukuran File | 527 KB |
Jumlah Instalasi | 1,210 |
Versi Saat Ini | 3.7 |
Terakhir Diperbarui | 2023-02-14 |
Tanggal Publikasi | 2020-08-20 |
Pengembang | maolingzhi |
[email protected] | |
Tipe Pembayaran | in_app |
URL Halaman Bantuan | https://github.com/mlzboy/jupyter_chrome_extension/issues |
URL Halaman Kebijakan Privasi | https://mlzboy.github.io/jupyter_chrome_extension/privacy_policy.html |
Bahasa yang Didukung | 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": [ " |