Simple xdebug

Xdebug in one click

Apa itu Simple xdebug?

Simple xdebug adalah ekstensi Chrome yang dikembangkan oleh chung1905, dan fitur utamanya adalah "Xdebug in one click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple xdebug

Unduh file ekstensi Simple xdebug 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

                        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/                    

Informasi Dasar Ekstensi

Nama Simple xdebug Simple xdebug
ID clkgkebfpmmfmdlhcokidjfpjphohpja
URL Resmi https://chromewebstore.google.com/detail/simple-xdebug/clkgkebfpmmfmdlhcokidjfpjphohpja
Deskripsi Xdebug in one click
Ukuran File 7.12 KB
Jumlah Instalasi 82
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-11-23
Tanggal Publikasi 2020-09-13
Penilaian 3.67/5 Total 3 Penilaian
Pengembang chung1905
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/chung1905/simple-xdebug-chrome/
URL Halaman Bantuan https://github.com/chung1905/simple-xdebug-chrome/issues
Bahasa yang Didukung 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
}