QuickPy Python Interpreter

A way to write and evaluate small Python scripts

Что такое QuickPy Python Interpreter?

QuickPy Python Interpreter - это расширение Chrome, разработанное Haley Cope, и его основная функция - "A way to write and evaluate small Python scripts".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения QuickPy Python Interpreter

Скачайте файлы расширений QuickPy Python Interpreter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название QuickPy Python Interpreter QuickPy Python Interpreter
ID fefdekpjmfkgenlofhigjalhkbbedmel
Официальный URL https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel
Описание A way to write and evaluate small Python scripts
Размер файла 184 KB
Количество установок 1,393
Текущая Версия 1.0
Последнее Обновление 2015-06-22
Дата публикации 2015-06-22
Рейтинг 3.83/5 Всего 12 оценок
Разработчик Haley Cope
Тип оплаты free
Официальный сайт расширения http://copingwithcomputers.com
URL страницы помощи http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "QuickPy Python Interpreter",
    "version": "1.0",
    "description": "A way to write and evaluate small Python scripts",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}