Chapter 6. Extending Chrome with jQuery
Building an extension for Chrome (or any other browser that can be extended with plugins and extensions) is an easy way to create custom behavior or additional tools to enhance our browsing experience.
Chrome allows us to leverage our web development skills to extend its browser interface, using technologies we're already familiar with such as HTML, CSS, and JavaScript, and where you can use JavaScript you can usually use jQuery.