chrome extension with cloud storage
I'm making a small Chrome extension and would like to keep its data online. I need a free and very small(<1MB per user) cloud hosting provider that has painless authentication. Ideally, I'd just like a Google API that does localStorage, but in the cloud and different for each username. Why can't you use Google App Engine? The API is pretty easy to use. Or use other Google services tied to each individual user such as Google Docs. That is how Google Chrome Sync stores bookmarks that are synchronized in your browser through Docs. Concerning localStorage, localStorage is a key value storage API