Drupal PHP Editor

Provides a good view for the Devel PHP form

Drupal PHP Editor क्या है?

Drupal PHP Editor ksis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a good view for the Devel PHP form"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drupal PHP Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}