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 |
公式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 |
Eメール | [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 } |