PHP Write Run
Write and run PHP code online.
Что такое PHP Write Run?
PHP Write Run - это расширение Chrome, разработанное nitin.nicks92, и его основная функция - "Write and run PHP code online.".
Снимки экрана расширения
Скачать файл CRX расширения PHP Write Run
Скачайте файлы расширений PHP Write Run в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Write or paste your PHP code and Execute online to check what will be the output. Основная информация о расширении
| Название | |
| 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
} | |