PHP Write Run
Write and run PHP code online.
O que é PHP Write Run?
PHP Write Run é uma extensão do Chrome desenvolvida por nitin.nicks92, e sua principal característica é "Write and run PHP code online.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PHP Write Run
Baixe arquivos de extensão PHP Write Run 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
Write or paste your PHP code and Execute online to check what will be the output.
Informações Básicas da Extensão
Nome | PHP Write Run |
ID | bdejbfhofeaifkeecdgloobielijbibh |
URL Oficial | https://chromewebstore.google.com/detail/php-write-run/bdejbfhofeaifkeecdgloobielijbibh |
Descrição | Write and run PHP code online. |
Tamanho do Arquivo | 218 KB |
Contagem de Instalações | 586 |
Versão Atual | 1.0 |
Última Atualização | 2019-03-05 |
Data de Publicação | 2019-03-05 |
Classificação | 4.89/5 Total de 9 Avaliações |
Desenvolvedor | nitin.nicks92 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PHP Write Run", "version": "1.0", "description": "Write and run PHP code online.", "permissions": [ "http:\/\/sandbox.onlinephpfunctions.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/php_128e.png" } }, "manifest_version": 2 } |