Visual Python for Colab
GUI-based Python code generator for Google Colab as an extension
什麼是Visual Python for Colab?
Visual Python for Colab是由blacklogic.dev開發的Chrome擴展程式,該擴展的主要功能是“GUI-based Python code generator for Google Colab as an extension”。
擴展截圖
下載Visual Python for Colab擴展crx文件
下載Visual Python for Colab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Visual Python for Colab |
ID | ccmkpknjfagaldcgidgcipbpdipfopob |
官方網址 | https://chromewebstore.google.com/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob |
簡介 | GUI-based Python code generator for Google Colab as an extension |
檔案大小 | 14.79 MB |
安裝次數 | 4,073 |
目前版本 | 3.0.1 |
更新時間 | 2023-11-17 |
上架時間 | 2022-08-30 |
評分 | 5.00/5 共 7 次評分 |
開發者 | blacklogic.dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://visualpython.ai |
說明頁面URL | https://github.com/visualpython/visualpython |
支援的語言 | 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": [ " |