GWT Developer pluginをchrome上で動作させる
Google ChromeにGWT Developper pluginをインストールするには... --enable-easy-off-store-extension-install を付け加える必要がある。 e.g UbuntuのUnity向けの場合はchrome_with_debug_options.desktopに Exec=/opt/google/chrome/google-chrome --allow-file-access-from-files --enable-easy-off-store-extension-install を指定するとChromeでのWeb Application開発が出来る。 指定がないと上のようなエラーが表示され続け, Web application storeにもpluginは 存在しない。