OK, is it possible to make plugins for chrome?
I can't seem to find a definitive answer.
If so, where should I start looking for how to do it?
This is a discussion on Where to start....... within the Plugins Development section, part of the Chrome Plugins category: OK, is it possible to make plugins for chrome? I can't seem to find a definitive answer. If so, where ...
OK, is it possible to make plugins for chrome?
I can't seem to find a definitive answer.
If so, where should I start looking for how to do it?
Okay, first there's a distinction between plugins and extensions. Chrome supports NPAPI plugins which are cross-browser and used for things like Flash. I don't know much about NPAPI, but I imagine plugins would generally be written in a compiled language such as C++.
Chrome is also beginning to support extensions, which are Chrome-specific and are written in HTML and Javascript - they make calls to Javascript APIs which call browser functions. This support hasn't reached the stable channel yet, but the weekly-updated developer's channel has a lot of these features implemented.
For more info you should read the HOWTO for what's available now and check out the design documents to see what's coming up.
The Stable version is now at 2.0.172.28 so now supports Extensions ...
If your on the Stable version you should have updated automatically by now ...
Thanks guys!
I will take a look at the docs and rip into making an extension or plugin.
Will post back here with my results.
OK guys I am ready to make a start on this!
I guess start with a toolbar?
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share
OK, I started an extension.
A quick question, the small yellow info bar that comes up when you first run chrome and it says it's not your default, would you like to make it?
What is that control called, can I create my own message in a box like that?
As far as I know, you can't use that box directly, but you could emulate it with HTML.
You might be able to access that control with NPAPI but I wouldn't know how. :P
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share
OK, doing well now.
How do I get it to remember stuff?
I want to remember which URLs have been visited....