Visual Python for Colab
GUI-based Python code generator for Google Colab as an extension
Hvad er Visual Python for Colab?
Visual Python for Colab er en Chrome-udvidelse udviklet af blacklogic.dev, og dens hovedfunktion er "GUI-based Python code generator for Google Colab as an extension".
Udvidelsesskærmbilleder
Download Visual Python for Colab-udvidelses-CRX-fil
Download Visual Python for Colab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Visual Python is a GUI-based Python code generator for Google Colab as an extension. Visual Python is an open source project started for students who struggle with coding during Python classes for data science.
Grundlæggende oplysninger om udvidelsen
Navn | Visual Python for Colab |
ID | ccmkpknjfagaldcgidgcipbpdipfopob |
Officiel URL | https://chromewebstore.google.com/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob |
Beskrivelse | GUI-based Python code generator for Google Colab as an extension |
Filstørrelse | 14.79 MB |
Antal Installationer | 4,073 |
Nuværende Version | 3.0.1 |
Senest Opdateret | 2023-11-17 |
Udgivelsesdato | 2022-08-30 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | blacklogic.dev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://visualpython.ai |
Hjælpeside-URL | https://github.com/visualpython/visualpython |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visual Python for Colab", "description": "GUI-based Python code generator for Google Colab as an extension", "version": "3.0.1", "manifest_version": 3, "icons": { "48": "icon.png", "128": "icon128.png" }, "action": { "default_title": "Visual Python for Colab\n\nGUI-based Python code generator.\nClick icon to enable.", "default_icon": { "48": "icon.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/colab.research.google.com\/*" ], "js": [ "content.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "icon.png", "icon128.png", "icon-disable.png", "inject.js", "visualpython\/*" ], "matches": [ " |