webkit - Tutorials for local storage? -


I'm looking for places to learn how to use local storage in Chrome extensions.

More specifically:

I want to use local storage of options and variables to run various CSS content scripts based on a stored variable.

Check Chrome * API reference, especially Chrome On the storage section. They also provide some examples.

Comments