Google Chrome Extensions

TwitterFacebook
Get flash to fully experience Pearltrees

What's New in Extensions? - Google Chrome Extensions - Google Code

http://code.google.com/chrome/extensions/whats_new.html This page lists the API and manifest changes made in recent releases.

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

Extensions allow you to add functionality to Chrome without diving deeply into native code. http://code.google.com/chrome/extensions/getstarted.html
Regular web pages can use the XMLHttpRequest object to send and receive data from remote servers, but they're limited by the same origin policy . http://code.google.com/chrome/extensions/xhr.html

Cross-Origin XMLHttpRequest - Google Chrome Extensions - Google Code

chrome.* APIs - Google Chrome Extensions - Google Code

http://code.google.com/chrome/extensions/api_index.html Chrome provides APIs such as chrome.bookmarks and chrome.tab so that extensions can interact with the browser.