Visual Python for Colab
GUI-based Python code generator for Google Colab as an extension
What is Visual Python for Colab?
Visual Python for Colab is a Chrome extension developed by blacklogic.dev, and its main feature is "GUI-based Python code generator for Google Colab as an extension".
Extension Screenshots
Download Visual Python for Colab Extension CRX File
Download Visual Python for Colab 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
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.
Extension Basic Information
Name | Visual Python for Colab |
ID | ccmkpknjfagaldcgidgcipbpdipfopob |
Official URL | https://chromewebstore.google.com/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob |
Description | GUI-based Python code generator for Google Colab as an extension |
File Size | 14.79 MB |
Installation Count | 4,073 |
Current Version | 3.0.1 |
Last Updated | 2023-11-17 |
Publish Date | 2022-08-30 |
Rating | 5.00/5 Total 7 Ratings |
Developer | blacklogic.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://visualpython.ai |
Help Page URL | https://github.com/visualpython/visualpython |
Supported Languages | 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": [ " |