I'd like to try my hand at some Chrome Extension Development. The most I have done with extensions is writing some small Greasemonkey scripts in the past.
I would like to use localStorage to store some data and then reveal the data on a extension button click later on. (Its seems like this would be done with a popup page)
How do I run a script everytime a page from lets say http://www.facebook.com/* is loaded? How do I get access to the page? I think based off my localStorage requirement I would have to go down the background_page route (correct?) Can the background page and popup page communicate across the localStorage?
UPDATE:
I'm actually looking to learn the "Chrome way". I'm not really looking to run an existing Greasemonkey script
content_scriptsare required. No 'difficult' chrome API's. But even the 'difficult'chrome.*API's are insanely simple =) This is a great page full of example extensions. (There are a lot, but I suggest you download + try out at least 20. I did and it helped me a lot.) – Rudie May 13 '11 at 20:13