Browser Integration

TwitterFacebook
Get flash to fully experience Pearltrees
This tutorial explains how to create a toolbar extension for Firefox . It provides an overview of how extensions are developed, the tools required to create them, and details on how toolbars are created.

Born Geek » Firefox Toolbar Tutorial

http://www.borngeek.com/firefox/toolbar-tutorial/
About Browser Extensions Browser extensions allow developers to provide easy access to their browser enhancements by adding elements (like an Explorer Bar) to the default user interface. http://msdn.microsoft.com/en-us/library/aa753587(v=vs.85).aspx

Browser Extensions

http://code.google.com/chrome/extensions/getstarted.html Extensions allow you to add functionality to Chrome without diving deeply into native code. You can create new extensions for Chrome with those core technologies that you're already familiar with from web development: HTML, CSS, and JavaScript.

Tutorial: Getting Started (Hello, World!) - Google Chrome Extensions - Google Code