NoBug

Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.

What is NoBug?

NoBug is a Chrome extension developed by https://danielzh.com, and its main feature is "Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.".

Extension Screenshots

screenshot
screenshot

Download NoBug Extension CRX File

Download NoBug 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 Chrome extension for Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.                    

Extension Basic Information

Name NoBug NoBug
ID ekbbgffnpogmjiekdgnhjepgphkbkcmb
Official URL https://chromewebstore.google.com/detail/nobug/ekbbgffnpogmjiekdgnhjepgphkbkcmb
Description Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.
File Size 46.39 KB
Installation Count 52
Current Version 1.0.2
Last Updated 2014-11-15
Publish Date 2014-11-15
Rating 5.00/5 Total 1 Ratings
Developer https://danielzh.com
Payment Type free
Extension Website http://danielzh.com/projects/chrome-extensions/nobug/
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoBug",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "NoBug",
        "default_popup": "popup.html"
    },
    "author": "Daniel Zhang",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "background.js"
        ]
    }
}