zDebug
Debug extension for Zend Debugger.
What is zDebug?
zDebug is a Chrome extension developed by Dylan Holmes, and its main feature is "Debug extension for Zend Debugger.".
Extension Screenshots
Download zDebug Extension CRX File
Download zDebug 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
A simple stand-in for the Zend Studio Toolbar. Allows you debug PHP directly in chrome on servers running Zend Server & Zend Debugger. - Update : 0.1.7 New icon, icon now greys out if cookie is not found.
Extension Basic Information
Name | zDebug |
ID | gknbnafalimbhgkmichoadhmkaoingil |
Official URL | https://chromewebstore.google.com/detail/zdebug/gknbnafalimbhgkmichoadhmkaoingil |
Description | Debug extension for Zend Debugger. |
File Size | 102 KB |
Installation Count | 1,700 |
Current Version | 0.1.7 |
Last Updated | 2012-12-17 |
Publish Date | 2012-12-17 |
Rating | 4.53/5 Total 15 Ratings |
Developer | Dylan Holmes |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "zDebug", "version": "0.1.7", "manifest_version": 2, "description": "Debug extension for Zend Debugger.", "options_page": "options.html", "browser_action": { "default_title": "zDebug", "default_icon": "img\/ico.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor\/jquery-1.8.3.min.js", "js\/default.js", "js\/cookie.js", "js\/background.js" ] }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |