PHP Write Run

Write and run PHP code online.

ما هو PHP Write Run؟

PHP Write Run هو إضافة Chrome تم تطويرها بواسطة nitin.nicks92، والميزة الرئيسية لها هي "Write and run PHP code online.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PHP Write Run

قم بتنزيل ملفات الامتداد PHP Write Run بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}