

Select Choose another folder when adding a bookmark and you can view the folders, create new folders, and choose where to store the bookmark. Press Shift+Ctrl+B to toggle the bookmarks bar on or off in Chrome.īookmarks can be stored in folders and if you add a folder to the bookmarks bar, it acts like a menu. It is convenient to add it to the bookmarks bar because this can be shown just above the web page. It creates a bookmark and it can be stored in the Bookmarks bar or another folder.

Click the star icon at the right side of the address box in Chrome when you visit a website, or more specifically, a page on a site, that you want to save. I hope you guys like this project and want to help me, I would love to receive pull requests and see this project grow.Let’s start with creating bookmarks.
#Bookmark sorter extension chrome free
Contributeįeel free to fill an issue to report bugs or give advices to improve the application. I started the project by using react-dnd library, which is the de-facto standard, but the application were unusable even with a few of bookmarks and folders for each column, so I tried dnd-kit and I felt like it is much faster and more customizable, of course it is not perfect yet. Redux and React DevTools do not work while running this application in form of a browser extension, a workaround I found is to run it as a React application and debug it at This approach works but it's not possible to modify any data or bookmarks because it uses mocked data. This is much worse during the development and while using Linux machines (due to the missing hardware accelleration on my computer, I think) Hard to debug Opening multiple heavy nested bookmarks folders make the application unusable. This feature is a must but I need to work on the performance issues before to work on this. Batch operations: each bookmark of the list should have a checkbox to select/unselect it and then we can execute CRUD operation on the selected bookmarks at the same time.At the moment we can only drag a bookmark from the left column and drop to the right column and we can't move folders due to the number of Droppable and Draggable components which would really degrade performance. Allow drag-and-drop for both bookmarks and folders to from the left column to the right column and viceversa.The other planned features depend on this. the app is now available at chrome://bookmarks/, if you can't see it then try to reload the page.If you want to give it a try you can clone this repository and build the project, here is the commands to run: The application is too unstable to have a released version. There is also a recursive version of this feature. This actually changes the order of the bookmarks saved in your browser. Some advanced operations suchs as Sort children that allows to sort all the bookmarks inside a folder in alphabetical ascending order but keeping the folders at the top of the list, as it happens with the file explorer we use everyday.

Just select a bookmark from the left column and move it into a folder of the right column.
