NoBug

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

Wat is NoBug?

NoBug is een Chrome-extensie ontwikkeld door https://danielzh.com, en de belangrijkste functie is "Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NoBug

Download NoBug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam NoBug NoBug
ID ekbbgffnpogmjiekdgnhjepgphkbkcmb
Officiële URL https://chromewebstore.google.com/detail/nobug/ekbbgffnpogmjiekdgnhjepgphkbkcmb
Beschrijving Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.
Bestandsgrootte 46.39 KB
Aantal Installaties 52
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-11-15
Publicatiedatum 2014-11-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://danielzh.com
Betalingswijze free
Extensiewebsite http://danielzh.com/projects/chrome-extensions/nobug/
Ondersteunde Talen 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"
        ]
    }
}