Chrome Bookmarks API - using 'Move' to reorder bookmarks in the same folder Chrome Bookmarks API - using 'Move' to reorder bookmarks in the same folder google-chrome google-chrome

Chrome Bookmarks API - using 'Move' to reorder bookmarks in the same folder


Try this:

if(oldIndex < newIndex) newIndex++;chrome.bookmarks.move(id, {index: newIndex});