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
官方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
}