Jupyter Notebook code snippet
Jupyter Notebook code snippet chrome extension
Wat is Jupyter Notebook code snippet?
Jupyter Notebook code snippet is een Chrome-extensie ontwikkeld door maolingzhi, en de belangrijkste functie is "Jupyter Notebook code snippet chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Jupyter Notebook code snippet
Download Jupyter Notebook code snippet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bmpkgdebaeakonmaccemlpeebdmflcop |
Officiële URL | https://chrome.google.com/webstore/detail/jupyter-notebook-code-sni/bmpkgdebaeakonmaccemlpeebdmflcop |
Beschrijving | Jupyter Notebook code snippet chrome extension |
Bestandsgrootte | 527 KB |
Aantal Installaties | 1,210 |
Huidige Versie | 3.7 |
Laatst Bijgewerkt | 2023-02-14 |
Publicatiedatum | 2020-08-20 |
Ontwikkelaar | maolingzhi |
[email protected] | |
Betalingswijze | in_app |
Help Pagina-URL | https://github.com/mlzboy/jupyter_chrome_extension/issues |
URL van de Privacybeleid Pagina | https://mlzboy.github.io/jupyter_chrome_extension/privacy_policy.html |
Ondersteunde Talen | 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": [ " |