Visual Python for Colab
GUI-based Python code generator for Google Colab as an extension
Co to jest Visual Python for Colab?
Visual Python for Colab to rozszerzenie Chrome opracowane przez blacklogic.dev, a jego główną funkcją jest „GUI-based Python code generator for Google Colab as an extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Visual Python for Colab
Pobierz pliki rozszerzeń Visual Python for Colab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Visual Python for Colab |
ID | ccmkpknjfagaldcgidgcipbpdipfopob |
Oficjalny URL | https://chromewebstore.google.com/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob |
Opis | GUI-based Python code generator for Google Colab as an extension |
Rozmiar pliku | 14.79 MB |
Liczba instalacji | 4,073 |
Aktualna Wersja | 3.0.1 |
Ostatnia Aktualizacja | 2023-11-17 |
Data Publikacji | 2022-08-30 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | blacklogic.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://visualpython.ai |
Adres URL Strony Pomocy | https://github.com/visualpython/visualpython |
Obsługiwane Języki | 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": [ " |