Drupal PHP Editor

Provides a good view for the Devel PHP form

Wat is Drupal PHP Editor?

Drupal PHP Editor is een Chrome-extensie ontwikkeld door ksis, en de belangrijkste functie is "Provides a good view for the Devel PHP form".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Drupal PHP Editor

Download Drupal PHP Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Drupal PHP Editor Drupal PHP Editor
ID lpmbnpciidbandddcngaphijfealpgoi
Officiële URL https://chromewebstore.google.com/detail/drupal-php-editor/lpmbnpciidbandddcngaphijfealpgoi
Beschrijving Provides a good view for the Devel PHP form
Bestandsgrootte 16.25 KB
Aantal Installaties 39
Huidige Versie 0.5
Laatst Bijgewerkt 2022-02-10
Publicatiedatum 2020-05-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ksis
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}