Simple xdebug

Xdebug in one click

什么是Simple xdebug?

Simple xdebug是由chung1905开发的Chrome扩展程序,该扩展的主要功能是“Xdebug in one click”。

扩展截图

screenshot

下载Simple xdebug扩展crx文件

下载Simple xdebug扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension enable xdebug cookie, this help start xdebug on the server.

This only enable debug request, no profiler or tracing.

Source code: https://github.com/chung1905/simple-xdebug-chrome/                    

扩展基本信息

名称 Simple xdebug Simple xdebug
ID clkgkebfpmmfmdlhcokidjfpjphohpja
官方URL https://chromewebstore.google.com/detail/simple-xdebug/clkgkebfpmmfmdlhcokidjfpjphohpja
简介 Xdebug in one click
文件大小 7.12 KB
安装次数 82
当前版本 1.0
更新时间 2023-11-23
上架时间 2020-09-13
评分 3.67/5 共3次评分
开发者 chung1905
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/chung1905/simple-xdebug-chrome/
帮助页面URL https://github.com/chung1905/simple-xdebug-chrome/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple xdebug",
    "version": "1.0",
    "description": "Xdebug in one click",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "cookies"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Xdebug"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}