QuickPy Python Interpreter
A way to write and evaluate small Python scripts
O que é QuickPy Python Interpreter?
QuickPy Python Interpreter é uma extensão do Chrome desenvolvida por Haley Cope, e sua principal característica é "A way to write and evaluate small Python scripts".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QuickPy Python Interpreter
Baixe arquivos de extensão QuickPy Python Interpreter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | QuickPy Python Interpreter |
ID | fefdekpjmfkgenlofhigjalhkbbedmel |
URL Oficial | https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel |
Descrição | A way to write and evaluate small Python scripts |
Tamanho do Arquivo | 184 KB |
Contagem de Instalações | 1,393 |
Versão Atual | 1.0 |
Última Atualização | 2015-06-22 |
Data de Publicação | 2015-06-22 |
Classificação | 3.83/5 Total de 12 Avaliações |
Desenvolvedor | Haley Cope |
Tipo de Pagamento | free |
Site da Extensão | http://copingwithcomputers.com |
URL da Página de Ajuda | http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/ |
Idiomas Suportados | 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" } } |