Why would you want to do Chrome Extensions? You might be:
a) A curious nerd
b) A SaaS developer and want to extend your app (like Buffer.com) into the browser
c) A consultant who adds value to a website with a funky extension
Or maybe all three ;-)
I'm going to use Buffer.com as the example. I've installed the Buffer.com extension from the Chrome Web Store:
Once this is installed, let's find where it is on our device:
You should have something like this:
There's an extension for that! It's called 'Chrome extension source viewer'.
Features:
Here's what it looks like in action:
Now, there's no shortcut to learning the API and all the other stuff about writing Chrome Extensions -- more on that in future posts -- but you can find some cool stuff out that teach you about Chrome Extensions that you can use in your own.
You'll need to grok the usual html, css and js. The good thing is that, if you're average at these, reading and learning Chrome Extensions will make you better.
Useful stuff:
In the next post I'll dissect interesting things like options.js and content.js, maybe using a home-spun fun plugin for the basics. LMK if that's of interest?