Chrome sync on sidebar.
-
master94ga last edited by
Hello, I'm writing code of a sidebar extension and I want to use chrome.sync to save some data. It work very good on normal extension but working on the sidebar it seem that is not supported...
I get this error: "Cannot read property 'sync' of undefined"So, the sidebar support chrome.sync? If not what can I use to save permanent data, cookie?