Roger
Roger

Reputation: 4259

How to use chrome extension api with gwt in eclipse?

I'm using GWT in Eclipse to build what will be a Packaged App for Chrome. I need to access chrome api's but I'm not sure how to add support so that it compiles. Any guidance? thanks

Upvotes: 0

Views: 516

Answers (1)

Thomas Broyer
Thomas Broyer

Reputation: 64541

You'll have to use JSNI, and possibly JavaScript Overlay Types (unless someone has created a wrapper library already that you can reuse).

Upvotes: 1

Related Questions