Xdebug Chrome Extension

Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.

What is Xdebug Chrome Extension?

Xdebug Chrome Extension is a Chrome extension developed by gxumyd, and its main feature is "Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.".

Extension Screenshots

screenshot

Download Xdebug Chrome Extension Extension CRX File

Download Xdebug Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Xdebug helper for Chrome, forked from Xdebug Helper, and fixed some bugs.                    

Extension Basic Information

Name Xdebug Chrome Extension Xdebug Chrome Extension
ID oiofkammbajfehgpleginfomeppgnglk
Official URL https://chromewebstore.google.com/detail/xdebug-chrome-extension/oiofkammbajfehgpleginfomeppgnglk
Description Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.
File Size 169 KB
Installation Count 10,787
Current Version 3.0.3
Last Updated 2022-05-19
Publish Date 2021-07-03
Rating 4.33/5 Total 3 Ratings
Developer gxumyd
Email [email protected]
Payment Type free
Extension Website https://github.com/mydogger/xdebug-helper-for-chrome
Help Page URL https://github.com/mydogger/xdebug-helper-for-chrome
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xdebug Chrome Extension",
    "description": "Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.",
    "version": "3.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon_16x16.png",
            "32": "\/images\/icon_32x32.png",
            "48": "\/images\/icon_48x48.png",
            "128": "\/images\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16x16.png",
        "32": "\/images\/icon_32x32.png",
        "48": "\/images\/icon_48x48.png",
        "128": "\/images\/icon_128x128.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_action": {
            "desc": "Hotkeys for displaying popup or toggling xdebug mode.",
            "suggested_key": {
                "windows": "Alt+Shift+X",
                "mac": "Command+Shift+X",
                "chromeos": "Alt+Shift+X",
                "linux": "Alt+Shift+X"
            }
        }
    }
}