NetBeans Connector

The NetBeans Connector provides deep integration between the award winning NetBeans IDE and the Google Chrome browser.

NetBeans Connector क्या है?

NetBeans Connector https://netbeans.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The NetBeans Connector provides deep integration between the award winning NetBeans IDE and the Google Chrome browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NetBeans Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NetBeans IDE features a complete set of development tools for JavaScript and HTML5, including code editing, debugging, live styling, development with iOS and Android devices, and more. The NetBeans Connector for Chrome facilitates the tight integration between the two.

With this integration, comes the ability to:
* Refresh on Save
* Live DOM navigation from within the IDE itself
* Bi-directional element inspection. Click in the browser, see it in the IDE, and vice-versa
* JavaScript debugging of the application using Remote WebKit APIs 
* Visual CSS Style editing of all page elements, including JavaScript generated elements
* Screen resizing to view your application at various pre-defined sizes (Smartphone, Tablet, etc.), or sizes that you can define yourself
* Network monitoring for web services and Web Socket traffic                    

एक्सटेंशन की मूल जानकारी

नाम NetBeans Connector NetBeans Connector
ID hafdlehgocfcodbgjnpecfajgkeejnaa
आधिकारिक URL https://chromewebstore.google.com/detail/netbeans-connector/hafdlehgocfcodbgjnpecfajgkeejnaa
विवरण The NetBeans Connector provides deep integration between the award winning NetBeans IDE and the Google Chrome browser.
फ़ाइल का आकार 102 KB
स्थापना संख्या 322,201
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2015-09-09
प्रकाशन तिथि 2015-09-09
रेटिंग 4.10/5 कुल 1338 रेटिंग्स
डेवलपर https://netbeans.org
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://netbeans.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG__pluginName__",
    "description": "__MSG__pluginDescription__",
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "version": "1.1.5",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/netbeans-connector\/hafdlehgocfcodbgjnpecfajgkeejnaa",
    "background": {
        "page": "html\/main.html"
    },
    "devtools_page": "html\/devtools.html",
    "options_page": "html\/options.html",
    "page_action": {
        "default_icon": "img\/netbeans16.png",
        "default_title": "Open NetBeans actions",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "debugger",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; connect-src ws:\/\/127.0.0.1:8008\/",
    "icons": {
        "16": "img\/netbeans16.png",
        "48": "img\/netbeans48.png",
        "128": "img\/netbeans128.png"
    },
    "default_locale": "en"
}