PHP Box

Run PHP Code from your browser

Apa itu PHP Box?

PHP Box adalah ekstensi Chrome yang dikembangkan oleh idoelad, dan fitur utamanya adalah "Run PHP Code from your browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PHP Box

Unduh file ekstensi PHP Box 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

                        Run PHP from your browser                    

Informasi Dasar Ekstensi

Nama PHP Box PHP Box
ID fcnamflohcgiealjpamnciglpmplnafc
URL Resmi https://chrome.google.com/webstore/detail/php-box/fcnamflohcgiealjpamnciglpmplnafc
Deskripsi Run PHP Code from your browser
Ukuran File 12.28 KB
Jumlah Instalasi 61
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-08-11
Tanggal Publikasi 2018-08-11
Pengembang idoelad
Tipe Pembayaran free
Bahasa yang Didukung 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
}