NoBug
Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.
Cos'è NoBug?
NoBug è un'estensione di Chrome sviluppata da https://danielzh.com, e la sua funzione principale è "Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NoBug
Scarica i file di estensione NoBug in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Chrome extension for Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc.
Informazioni di Base sull'Estensione
Nome | NoBug |
ID | ekbbgffnpogmjiekdgnhjepgphkbkcmb |
URL Ufficiale | https://chromewebstore.google.com/detail/nobug/ekbbgffnpogmjiekdgnhjepgphkbkcmb |
Descrizione | Debugging PHP with Zend Debugger(PHP extension) using Zend Studio IDE etc. |
Dimensione del File | 46.39 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-11-15 |
Data di Pubblicazione | 2014-11-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://danielzh.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://danielzh.com/projects/chrome-extensions/nobug/ |
Lingue Supportate | 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" ] } } |