PHP Write Run
Write and run PHP code online.
What is PHP Write Run?
PHP Write Run is a Chrome extension developed by nitin.nicks92, and its main feature is "Write and run PHP code online.".
Extension Screenshots
Download PHP Write Run Extension CRX File
Download PHP Write Run extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Write or paste your PHP code and Execute online to check what will be the output.
Extension Basic Information
Name | PHP Write Run |
ID | bdejbfhofeaifkeecdgloobielijbibh |
Official URL | https://chromewebstore.google.com/detail/php-write-run/bdejbfhofeaifkeecdgloobielijbibh |
Description | Write and run PHP code online. |
File Size | 218 KB |
Installation Count | 586 |
Current Version | 1.0 |
Last Updated | 2019-03-05 |
Publish Date | 2019-03-05 |
Rating | 4.89/5 Total 9 Ratings |
Developer | nitin.nicks92 |
Payment Type | free |
Supported Languages | 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 } |