Drupal PHP Editor

Provides a good view for the Devel PHP form

ما هو Drupal PHP Editor؟

Drupal PHP Editor هو إضافة Chrome تم تطويرها بواسطة ksis، والميزة الرئيسية لها هي "Provides a good view for the Devel PHP form".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Drupal PHP Editor

قم بتنزيل ملفات الامتداد Drupal PHP Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Provides a wrapper for the default Execute PHP form provided by the Devel module                    

معلومات أساسية عن التمديد

الاسم Drupal PHP Editor Drupal PHP Editor
ID lpmbnpciidbandddcngaphijfealpgoi
عنوان URL الرسمي https://chromewebstore.google.com/detail/drupal-php-editor/lpmbnpciidbandddcngaphijfealpgoi
الوصف Provides a good view for the Devel PHP form
حجم الملف 16.25 KB
عدد التثبيتات 39
النسخة الحالية 0.5
آخر تحديث 2022-02-10
تاريخ النشر 2020-05-01
تقييم 5.00/5 مجموع تقييمات 1
المطور ksis
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drupal PHP Editor",
    "version": "0.5",
    "description": "Provides a good view for the Devel PHP form",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "drupal-php-editor.js",
        "drupal-php-editor.css",
        "d7_autocompletions.json",
        "d8_autocompletions.json",
        "d9_autocompletions.json"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}