PHP Write Run

Write and run PHP code online.

什麼是PHP Write Run?

PHP Write Run是由nitin.nicks92開發的Chrome擴展程式,該擴展的主要功能是“Write and run PHP code online.”。

擴展截圖

screenshot
screenshot

下載PHP Write Run擴展crx文件

下載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
官方網址 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
}