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. 擴展基本資訊
| 名稱 | |
| ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
| 官方網址 | 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"
}
} | |