Visual Python for Colab
GUI-based Python code generator for Google Colab as an extension
Visual Python for Colabคืออะไร?
Visual Python for Colab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blacklogic.dev และคุณลักษณะหลักของมันคือ "GUI-based Python code generator for Google Colab as an extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Python for Colab
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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": [ " |