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
}