PHP Write Run

Write and run PHP code online.

Wat is PHP Write Run?

PHP Write Run is een Chrome-extensie ontwikkeld door nitin.nicks92, en de belangrijkste functie is "Write and run PHP code online.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PHP Write Run

Download PHP Write Run-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Write or paste your PHP code and Execute online to check what will be the output.                    

Basisinformatie over de Extensie

Naam PHP Write Run PHP Write Run
ID bdejbfhofeaifkeecdgloobielijbibh
Officiële URL https://chromewebstore.google.com/detail/php-write-run/bdejbfhofeaifkeecdgloobielijbibh
Beschrijving Write and run PHP code online.
Bestandsgrootte 218 KB
Aantal Installaties 586
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-05
Publicatiedatum 2019-03-05
Beoordeling 4.89/5 Totaal 9 Beoordelingen
Ontwikkelaar nitin.nicks92
Betalingswijze free
Ondersteunde Talen 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
}