chrome.storage.sync has a max storage capacity of 102,400 BYTES. Some URL's are extremely long and will fill up this storage quickly. Lets look into using https://goo.gl/ to shorten the URL's before we save them. We can then use http://longurl.org/ to expand the URL once it is retrieved from storage (it is necessary to expand the url so that we can display it to the user as they are viewing their notes).
chrome.storage.sync has a max storage capacity of 102,400 BYTES. Some URL's are extremely long and will fill up this storage quickly. Lets look into using https://goo.gl/ to shorten the URL's before we save them. We can then use http://longurl.org/ to expand the URL once it is retrieved from storage (it is necessary to expand the url so that we can display it to the user as they are viewing their notes).