Is it possible to store an array in chrome storage synchronization and retrieve them?
var uarray = [abc,def,ghi];
Is it possible to update a stored array in storage?
var tobeadded = jkl; uarray.push(tobeadded);
it was the syntax in the documentation
chrome.storage.sync.set({'value': theValue}, function() {
To expand bookmarks, you must save the bookmark identifier and get them for internal search and materials based on it. The bookmark requires periodic updating of the identifier in the repository.
Thanks!!
source share