After test driving Google Chrome for 30 minutes or so, I like it, even if it seems bare-bones at the moment. The obvious way to add a few things I can't live without would be through plugins. Does anyone have any links to resources on how to get started building a plugin/addon for Chrome? Thanks.
|
1
|
|||
|
|
|
Matt Cutts (the Google SEO guru) has a Q&A about chrome, and writes about it: Q: But I can’t install extension X! Google Chrome is dead to me if I can’t use extension X! |
||
|
|
|
Hi, If anyone's still interested here is a link to the latest extensions developer documentation page for Google chrome. NOTE: Plugins (NPAPI) and extensions(JS Based) are not the same From the doc...
|
||
|
|
|
|
Chromium supports NPAPI plugins which is harder to program compared to Firefox extensions. However NPAPI has better performance and is more versatile. Checkout this minimalistic example of an NPAPI plugin. |
||
|
|
|
|
Thanks for the answers. From reading the Chrome comic book, I thought there would be a real addon api available, similar to Firefox. |
||
|
|
|
I haven't seen anything about an extensibility API for Chrome yet; it may be too early in its lifetime for that to be released. |
||
|
|
|
|
Chrome does support the netscape plugin api, but that is for displaying certain kinds of content. You seem to be after a extention api, really firefox is the only major browser to encourage and support third party extentions to browsing capability (that aren't simply new toolbars) Nothing in the developer documentation points to a browser enhancing api - google seem to want to keep a tight reign on the look and feel of the application. You might find a more conclusive answer on the development site: dev.chromium.org, and some of the developers might be on irc on #chromium on freenode. |
||
|
|
