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
Eメール [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"
    }
}