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開發的Chrome擴展程式,該擴展的主要功能是“The NetBeans Connector provides deep integration between the award winning NetBeans IDE and the Google Chrome browser.”。
擴展截圖
下載NetBeans Connector擴展crx文件
下載NetBeans Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | hafdlehgocfcodbgjnpecfajgkeejnaa |
官方網址 | 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" } |