Hi,
I was wondering, what would be the best way to create a simple
settings system in a Chrome extension?
All I want is there to be a "Options" page with a list of checkboxes
and then for a content script to check the value of each box (checked
or null) and then include or not include a bit of CSS based off that
response.
I'm a complete newbie when it comes to this stuff but have managed to
make it so when I click a checkbox the value "checked" is saved in
localStorage, and I retrieve it on the Options page, but can't seem to
make it work with other parts of the extension. :-)


LinkBack URL
About LinkBacks



Reply With Quote
