Drupal PHP Editor

Provides a good view for the Devel PHP form

Drupal PHP Editor là gì?

Drupal PHP Editor là một tiện ích mở rộng Chrome được phát triển bởi ksis, và tính năng chính của nó là "Provides a good view for the Devel PHP form".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drupal PHP Editor

Tải xuống các tệp mở rộng Drupal PHP Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Drupal PHP Editor Drupal PHP Editor
ID lpmbnpciidbandddcngaphijfealpgoi
URL Chính Thức https://chromewebstore.google.com/detail/drupal-php-editor/lpmbnpciidbandddcngaphijfealpgoi
Mô tả Provides a good view for the Devel PHP form
Kích Thước Tệp 16.25 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2020-05-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ksis
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}