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 |
公式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" } |