Chrome Extension Example: Post to buzz Post 1

The other day I post a simple Chrome extension that allows you to post the current page to Google Buzz, but also allows you to see how popular the current page is on Buzz.

Over the next couple of posts, I will use this app to show you how to build a Chrome Extension and how easy it is to add some awesome features (and also show you how cool Google Buzz is).

It is pretty neat, and pretty simple to create. It uses the following Chrome Extension features:

  1. Browser Actions, to let you 'Buzz This',
  2. Tabs API, to determine the current page you are on,
  3. Cross Domain Requests to allow you to get the number of 'Buzzes' that have been made about the current page,
  4. Context Menu API to allow you to post images and links to Buzz <– my favourite feature.

To get started, the extension is here: https://chrome.google.com/extensions/detail/dnkpofojlncaepnglinmdjkfolgabldj If you want to dive straight in to the code it is here: http://github.com/PaulKinlan/BuzzThis

I lead the Chrome Developer Relations team at Google.

We want people to have the best experience possible on the web without having to install a native app or produce content in a walled garden.

Our team tries to make it easier for developers to build on the web by supporting every Chrome release, creating great content to support developers on web.dev, contributing to MDN, helping to improve browser compatibility, and some of the best developer tools like Lighthouse, Workbox, Squoosh to name just a few.

I love to learn about what you are building, and how I can help with Chrome or Web development in general, so if you want to chat with me directly, please feel free to book a consultation.

I'm trialing a newsletter, you can subscribe below (thank you!)