Drupal PHP Editor

Provides a good view for the Devel PHP form

什么是Drupal PHP Editor?

Drupal PHP Editor是由ksis开发的Chrome扩展程序,该扩展的主要功能是“Provides a good view for the Devel PHP form”。

扩展截图

screenshot

下载Drupal PHP Editor扩展crx文件

下载Drupal PHP Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}