PHP Box

Run PHP Code from your browser

What is PHP Box?

PHP Box is a Chrome extension developed by idoelad, and its main feature is "Run PHP Code from your browser".

Extension Screenshots

screenshot

Download PHP Box Extension CRX File

Download PHP Box extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Run PHP from your browser                    

Extension Basic Information

Name PHP Box PHP Box
ID fcnamflohcgiealjpamnciglpmplnafc
Official URL https://chrome.google.com/webstore/detail/php-box/fcnamflohcgiealjpamnciglpmplnafc
Description Run PHP Code from your browser
File Size 12.28 KB
Installation Count 61
Current Version 1.3
Last Updated 2018-08-11
Publish Date 2018-08-11
Developer idoelad
Payment Type free
Supported Languages 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
}