restoreButton.addEventListener("click", function() { // Restore bookmark locations to last known good state chrome.bookmarks.getTree(function(bookmarkTree) { // ... }); });