Is it possible to build a Chrome extension using Java rather than JavaScript? (I use Java SE in Eclipse IDE.)
There is an open source project (that I have not used though) called gwt-chrome that aims to do just that. It lacks a good documentation though.
Chrome extensions must run JavaScript. You can however use Google Web Toolkit to compile Java to JavaScript.