Google-chrome – Installing Google Web Toolkit Developer Plugin

google-chromegwt

As i am working through the google app engine, i am trying to set up my first "Hello World" app running in my Chrome browser

When (for the first time), i navigate to URL

http://127.0.0.1:8888/MyTest.html?gwt.codesvr=127.0.0.1:9997

I non surprisingly get

enter image description here

Ok, so i should get the plugin from the Chrome Web Store. I don't see anything remotely looking like "Google Web Toolkit Developer Plugin" Same deal for "gwt chrome" search.enter link description here

What am i missing please? How can i install this plugin?

Best Answer

Quick fix that might help:

  1. right click on the chrome icon>Properties>Shortcut
  2. add in target: --enable-easy-off-store-extension-install
  3. open chrome and navitage to extensions ( chrome://chrome/extensions/ )
  4. drag and drop on it the plugin (should be in your download folder if you tried to install it before and didn't succeed)

Or this one:

1- Download the extension file from the website and save it to your computer.
2- Click the wrench icon on the browser toolbar.
3- Select Tools > Extensions.
4- Locate the extension file on your computer and drag the file onto the Extensions page.
5- Review the list of permissions in the dialog that appears. If you would like to proceed, click Install.

Google issues

Related Topic