Drupal PHP Editor

Provides a good view for the Devel PHP form

What is Drupal PHP Editor?

Drupal PHP Editor is a Chrome extension developed by ksis, and its main feature is "Provides a good view for the Devel PHP form".

Extension Screenshots

screenshot

Download Drupal PHP Editor Extension CRX File

Download Drupal PHP Editor 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

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

Extension Basic Information

Name Drupal PHP Editor Drupal PHP Editor
ID lpmbnpciidbandddcngaphijfealpgoi
Official URL https://chromewebstore.google.com/detail/drupal-php-editor/lpmbnpciidbandddcngaphijfealpgoi
Description Provides a good view for the Devel PHP form
File Size 16.25 KB
Installation Count 39
Current Version 0.5
Last Updated 2022-02-10
Publish Date 2020-05-01
Rating 5.00/5 Total 1 Ratings
Developer ksis
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}