Since 126.129+ or 125.44+ Jetbrains Chrome Extension renamed to JetBrains IDE Support and available in the Chrome web store.
Don't try to use this new extension with incompatible builds — it will not work.
Installing LiveEdit in Chrome
You don't need to restart browser to install Jetbrains Chrome Extension. But if browser is not running, you don't need to do anything — extension will be installed silently on first launch.
- Download <WebStorm.app>/plugins/JavaScriptDebugger/extensions/jb.crx.
- Open context menu for downloaded item and
- Open chrome://chrome/extensions/ and drag the file onto the Extensions page.
7 Comments
Dave Merrill
For anyone confused by the sentence "Download <WebStorm.app>/plugins/JavaScriptDebugger/extensions/jb.crx", it's not a separate download. (Maybe it is available separately, not sure, but in any case, that's not a download URL,) If you have one of the applicable JetBrains apps installed, the file is already present, at the indicated path within the install directory (<WebStorm.app> in the steps refers to the install directory). The Firefox plugin is there too.
Peter McNeil
You might like to note the chrome extension doesn't install on Linux.
Vladimir Krivosheev
Since 126.129+ or 125.44+ Jetbrains Chrome Extension renamed to JetBrains IDE Support and available in the Chrome web store.
Lodewijk Bogaards
Chrome extension works fine for me under linux 3.15.8, debian 4.9.1, chrome 37.0 64 bit.
Perhaps significant: The live edit feature didn't work on my machine until I changed the plugins' IDE connection host to "0.0.0.0". Localhost seemed to be translated by the plugin (rather than by chrome) to 127.0.0.1. When I tried connecting to "127.0.0.1:63346/browserConnection/buildInfo" using chrome somehow I always got a response from port 80, not 63346 (don't ask me why).
Vladimir Krivosheev
Probably your proxy misconfigured. 127.0.0.1 means local machine, 0.0.0.0 means every available network interface, so, IDEA built-in server binds to 127.0.0.1 (access only from local machine). But it seems, 0.0.0.0 will be more correct value in case of connecting client. Thanks for report.
Konstantin Milyutin
Hi Vladimir, is there a similar extension for Firefox? Documentation https://www.jetbrains.com/idea/help/configuring-javascript-debugger.html says there is, but I can't find it.
I need it for debugging GWT client code from Intellij using super dev mode.
Yonatan Kra
Hi,
I can't find this file you mention. How do I install this manually for offline stations?
Working with webstorm 10.1 on the offline station.