Simple xdebug
Xdebug in one click
什麼是Simple xdebug?
Simple xdebug是由chung1905開發的Chrome擴展程式,該擴展的主要功能是“Xdebug in one click”。
擴展截圖
下載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 |
ID | clkgkebfpmmfmdlhcokidjfpjphohpja |
官方網址 | 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 } |