QuickPy Python Interpreter
A way to write and evaluate small Python scripts
Co to jest QuickPy Python Interpreter?
QuickPy Python Interpreter to rozszerzenie Chrome opracowane przez Haley Cope, a jego główną funkcją jest „A way to write and evaluate small Python scripts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QuickPy Python Interpreter
Pobierz pliki rozszerzeń QuickPy Python Interpreter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | QuickPy Python Interpreter |
ID | fefdekpjmfkgenlofhigjalhkbbedmel |
Oficjalny URL | https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel |
Opis | A way to write and evaluate small Python scripts |
Rozmiar pliku | 184 KB |
Liczba instalacji | 1,393 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-06-22 |
Data Publikacji | 2015-06-22 |
Ocena | 3.83/5 Łącznie 12 Oceny |
Deweloper | Haley Cope |
Typ Płatności | free |
Strona Rozszerzenia | http://copingwithcomputers.com |
Adres URL Strony Pomocy | http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/ |
Obsługiwane Języki | 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" } } |