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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |