PHP Box

Run PHP Code from your browser

Qu'est-ce que PHP Box ?

PHP Box est une extension Chrome développée par idoelad, et sa fonction principale est "Run PHP Code from your browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PHP Box

Téléchargez les fichiers d'extension PHP Box au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Run PHP from your browser                    

Informations de Base sur l'Extension

Nom PHP Box PHP Box
ID fcnamflohcgiealjpamnciglpmplnafc
URL Officiel https://chrome.google.com/webstore/detail/php-box/fcnamflohcgiealjpamnciglpmplnafc
Description Run PHP Code from your browser
Taille du Fichier 12.28 KB
Nombre d'Installations 61
Version Actuelle 1.3
Dernière Mise à Jour 2018-08-11
Date de Publication 2018-08-11
Développeur idoelad
Type de Paiement free
Langues Prises en Charge 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
}