QuickPy Python Interpreter

A way to write and evaluate small Python scripts

QuickPy Python Interpreter là gì?

QuickPy Python Interpreter là một tiện ích mở rộng Chrome được phát triển bởi Haley Cope, và tính năng chính của nó là "A way to write and evaluate small Python scripts".

Ả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 QuickPy Python Interpreter

Tải xuống các tệp mở rộng QuickPy Python Interpreter 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

                                            

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

Tên QuickPy Python Interpreter QuickPy Python Interpreter
ID fefdekpjmfkgenlofhigjalhkbbedmel
URL Chính Thức https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel
Mô tả A way to write and evaluate small Python scripts
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 1,393
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-06-22
Ngày Phát Hành 2015-06-22
Đánh Giá 3.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Haley Cope
Loại Thanh Toán free
Trang Web Mở Rộng http://copingwithcomputers.com
URL Trang Trợ Giúp http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}