Drupal PHP Editor

Provides a good view for the Devel PHP form

Apa itu Drupal PHP Editor?

Drupal PHP Editor adalah ekstensi Chrome yang dikembangkan oleh ksis, dan fitur utamanya adalah "Provides a good view for the Devel PHP form".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Drupal PHP Editor

Unduh file ekstensi Drupal PHP Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Drupal PHP Editor Drupal PHP Editor
ID lpmbnpciidbandddcngaphijfealpgoi
URL Resmi https://chromewebstore.google.com/detail/drupal-php-editor/lpmbnpciidbandddcngaphijfealpgoi
Deskripsi Provides a good view for the Devel PHP form
Ukuran File 16.25 KB
Jumlah Instalasi 39
Versi Saat Ini 0.5
Terakhir Diperbarui 2022-02-10
Tanggal Publikasi 2020-05-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ksis
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}