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".
Снимки экрана расширения
Скачать файл 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.                     Основная информация о расширении
| Название |  | 
| 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"
    }
} | |