G-Man
G-Man

Reputation: 7241

Google Chrome plugin

How does one go about embedding an application inside a web page shown in the Google Chrome browser like Adobe does with its Flash Chrome plug-in ? Is there an Api available to create Google chrome plugins ?

Thanks

Upvotes: 4

Views: 968

Answers (3)

taxilian
taxilian

Reputation: 14324

If you need something that works cross-browser (firefox, chrome, safari, and ie), you could look at firebreath: http://www.firebreath.org

The disadvantage to using a plugin is that users have to download and install it before it will work.

Upvotes: 1

Xinus
Xinus

Reputation: 30513

You can also take a look at this book Programming Netscape Plug-Ins

Upvotes: 1

Shawn J. Goff
Shawn J. Goff

Reputation: 4765

Chrome (and many other browsers) support the Netscape Plugin API (NPAPI)

Upvotes: 4

Related Questions