ivGeo

Full Version: Matt Cutts - How to Write a Chrome Extension Easily
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Are you interested in developing some plugins for Chrome too? We have seen lots of browser plugins for Firefox at the moment, it would be nice if we can see some nice plugins for Chrome as well.

Matt Cutts, the head of Google’s Webspam team, has published an article about “How to Write a Chrome Extension in Three Easy Steps“. Here is a brief introduction of how to write your own Google Chrome extension in three steps:

1. Install the developer-channel version of Google Chrome
It takes maybe 3-4 minutes, you basically run a small program to indicate your preference. The developer version also gets new features (such as pressing “F11″ to get full-screen mode) way before the beta/stable releases of Chrome.

2. Read the initial documentation
Extensions currently have very Greasemonkey-like functionality: you identify which web pages should be modified, plus JavaScript to be added to those pages. Your plugin has to have a unique identifier. And you have to bundle your extension directory into a “.crx” Chrome Extension file.

3. Try it out
If you’re running the developer version of Chrome, you can install the “hello world” plugin from the extension howto page just by clicking to download the .crx file. Then type “chrome-ui://extensions/” .

Google Chrome Plugin

Source: How to Write a Chrome Extension in Three Easy Steps

<!-- Similar Posts took 10.924 ms -->

Sponsors

Dreamhost: Get $50 Off with Coupon Code: WEBAPPERS




Posted on Sat, 21 Mar 2009 07:15:38 +0000 at http://feedproxy.google.com/~r/Webappers...O_aSEEdME/
Comments: http://www.webappers.com/2009/03/21/matt.../#comments
Reference URL's