Jupyter Notebook code snippet
Jupyter Notebook code snippet chrome extension
What is Jupyter Notebook code snippet?
Jupyter Notebook code snippet is a Chrome extension developed by maolingzhi, and its main feature is "Jupyter Notebook code snippet chrome extension".
Extension Screenshots
Download Jupyter Notebook code snippet Extension CRX File
Download Jupyter Notebook code snippet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bmpkgdebaeakonmaccemlpeebdmflcop |
Official URL | https://chrome.google.com/webstore/detail/jupyter-notebook-code-sni/bmpkgdebaeakonmaccemlpeebdmflcop |
Description | Jupyter Notebook code snippet chrome extension |
File Size | 527 KB |
Installation Count | 1,210 |
Current Version | 3.7 |
Last Updated | 2023-02-14 |
Publish Date | 2020-08-20 |
Developer | maolingzhi |
[email protected] | |
Payment Type | in_app |
Help Page URL | https://github.com/mlzboy/jupyter_chrome_extension/issues |
Privacy Policy Page URL | https://mlzboy.github.io/jupyter_chrome_extension/privacy_policy.html |
Supported Languages | 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": [ " |