Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
什么是Python Assist?
Python Assist是由Clapper Tech LLC开发的Chrome扩展程序,该扩展的主要功能是“Quickly access a Python compiler and Python documentation without leaving your tab”。
扩展截图
下载Python Assist扩展crx文件
下载Python Assist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Python Assist Chrome extension is a handy tool designed to simplify your Python programming experience. Whether you're a seasoned developer or just starting with Python, this extension provides instant access to a Python complier and Python documentation right from your browser.
扩展基本信息
名称 | Python Assist |
ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
官方URL | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
简介 | Quickly access a Python compiler and Python documentation without leaving your tab |
文件大小 | 27.67 KB |
安装次数 | 65 |
当前版本 | 1.1 |
更新时间 | 2023-11-17 |
上架时间 | 2023-09-21 |
评分 | 5.00/5 共2次评分 |
开发者 | Clapper Tech LLC |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Python Assist", "version": "1.1", "description": "Quickly access a Python compiler and Python documentation without leaving your tab", "action": { "default_popup": "popup.html" }, "icons": { "128": "\/icons\/icon128.png", "48": "\/icons\/icon48.png", "16": "\/icons\/icon16.png" } } |