Python Assist

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

Python Assist là gì?

Python Assist là một tiện ích mở rộng Chrome được phát triển bởi Clapper Tech LLC, và tính năng chính của nó là "Quickly access a Python compiler and Python documentation without leaving your tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Python Assist

Tải xuống các tệp mở rộng Python Assist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Python Assist Python Assist
ID ggmjcmagmlcfngmogldmpfjhnjdnjdaj
URL Chính Thức https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Mô tả Quickly access a Python compiler and Python documentation without leaving your tab
Kích Thước Tệp 27.67 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2023-09-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Clapper Tech LLC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}