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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}