PHP Write Run

Write and run PHP code online.

PHP Write Run क्या है?

PHP Write Run nitin.nicks92 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write and run PHP code online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PHP Write Run एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम PHP Write Run PHP Write Run
ID bdejbfhofeaifkeecdgloobielijbibh
आधिकारिक URL https://chromewebstore.google.com/detail/php-write-run/bdejbfhofeaifkeecdgloobielijbibh
विवरण Write and run PHP code online.
फ़ाइल का आकार 218 KB
स्थापना संख्या 586
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-03-05
प्रकाशन तिथि 2019-03-05
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर nitin.nicks92
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}