PHP Box
Run PHP Code from your browser
Cos'è PHP Box?
PHP Box è un'estensione di Chrome sviluppata da idoelad, e la sua funzione principale è "Run PHP Code from your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PHP Box
Scarica i file di estensione PHP Box in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Run PHP from your browser
Informazioni di Base sull'Estensione
Nome | |
ID | fcnamflohcgiealjpamnciglpmplnafc |
URL Ufficiale | https://chrome.google.com/webstore/detail/php-box/fcnamflohcgiealjpamnciglpmplnafc |
Descrizione | Run PHP Code from your browser |
Dimensione del File | 12.28 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2018-08-11 |
Data di Pubblicazione | 2018-08-11 |
Sviluppatore | idoelad |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PHP Box", "version": "1.3", "description": "Run PHP Code from your browser", "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 } |