Zend Debugger Extension
Simple Zend debugger extension, meant to fill the gap until Zend publishes an official plugin for Chrome.
Zend Debugger Extension क्या है?
Zend Debugger Extension Beyerz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Zend debugger extension, meant to fill the gap until Zend publishes an official plugin for Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zend Debugger Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Zend Debugger Extension makes debugging with Zend Studio/Php Storm possible in chrome browsers. Simple Zend debugger toolbar extension, meant to fill the gap until Zend publishes an official plugin for Google Chrome. The debugger also works great with PHP Storm Disclaimer: The extension is not affiliated to, nor endorsed by Zend Technologies at this moment. Trademarks and/or copyright of Zend name, logo and icons belong to Zend Technologies Ltd. Change List: V0.7.0 Added donation button to help improve development time V0.7.1 Added option to debug all pages V0.7.3 Updated options page
एक्सटेंशन की मूल जानकारी
नाम | Zend Debugger Extension |
ID | aonajadpeeaijblinaeohfdmbgdpibba |
आधिकारिक URL | https://chromewebstore.google.com/detail/zend-debugger-extension/aonajadpeeaijblinaeohfdmbgdpibba |
विवरण | Simple Zend debugger extension, meant to fill the gap until Zend publishes an official plugin for Chrome. |
फ़ाइल का आकार | 801 KB |
स्थापना संख्या | 781 |
वर्तमान संस्करण | 0.7.3 |
अंतिम अपडेट | 2015-07-12 |
प्रकाशन तिथि | 2015-07-12 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Beyerz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zend Debugger Extension", "version": "0.7.3", "description": "Simple Zend debugger extension, meant to fill the gap until Zend publishes an official plugin for Chrome.", "icons": { "16": "resources\/zde_icon16.png", "32": "resources\/zde_icon32.png", "48": "resources\/zde_icon48.png" }, "browser_action": { "default_icon": "resources\/zde_icon16.png", "default_popup": "menu.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options2.html", "permissions": [ "tabs", "http:\/\/127.0.0.1\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/", "https:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |