I am working on my first chrome extension.
I followed this article http://code.google.com/chrome/extensions/options.html to base my options page off of. So when I r
Adding "storage" permission in manifest.json helps:
... "permissions": [ "storage" ]