PHP Write Run

Write and run PHP code online.

Apa itu PHP Write Run?

PHP Write Run adalah ekstensi Chrome yang dikembangkan oleh nitin.nicks92, dan fitur utamanya adalah "Write and run PHP code online.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PHP Write Run

Unduh file ekstensi PHP Write Run dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PHP Write Run PHP Write Run
ID bdejbfhofeaifkeecdgloobielijbibh
URL Resmi https://chromewebstore.google.com/detail/php-write-run/bdejbfhofeaifkeecdgloobielijbibh
Deskripsi Write and run PHP code online.
Ukuran File 218 KB
Jumlah Instalasi 586
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-03-05
Tanggal Publikasi 2019-03-05
Penilaian 4.89/5 Total 9 Penilaian
Pengembang nitin.nicks92
Tipe Pembayaran free
Bahasa yang Didukung 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
}