Python Assist

Quickly access a Python compiler and Python documentation without leaving your tab

Python Assistคืออะไร?

Python Assist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clapper Tech LLC และคุณลักษณะหลักของมันคือ "Quickly access a Python compiler and Python documentation without leaving your tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Python Assist

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}