PHP Write Run
Write and run PHP code online.
Vad är PHP Write Run?
PHP Write Run är en Chrome-tillägg utvecklad av nitin.nicks92, och dess huvudfunktion är "Write and run PHP code online.".
Tilläggsskärmbilder
Ladda ner PHP Write Run-förlängningens CRX-fil
Ladda ner PHP Write Run-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Write or paste your PHP code and Execute online to check what will be the output. Grundläggande Information om Tillägg
| Namn | |
| ID | bdejbfhofeaifkeecdgloobielijbibh |
| Officiell webbadress | https://chromewebstore.google.com/detail/php-write-run/bdejbfhofeaifkeecdgloobielijbibh |
| Beskrivning | Write and run PHP code online. |
| Filstorlek | 218 KB |
| Antal Installationer | 586 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-03-05 |
| Publiceringsdatum | 2019-03-05 |
| Betyg | 4.89/5 Totalt 9 Betyg |
| Utvecklare | nitin.nicks92 |
| Betalningssätt | free |
| Stödda Språk | 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
} | |