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
官方網址 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"
    }
}