Saving/Updating a page is saved chronologically
Is your feature request related to a problem? Please describe.
Lately if you check the options page, you will notice all the the URLs stored and displayed are in chronological order, with respect to the URL of the saved/updated page. For example, if you save several pages of, say, www.github.com, they will be saved together in a group rather than been separated in other convenient order as per they were saved.

Describe the solution you'd like What really is needed, for better user convenience, is that the URLs should be saved in an order as per the time they were saved/updated. Where the list is sorted in ascending order of the time, rather than the chronological order of the URL.
Describe alternatives you've considered Primarily, I feel that this could be sorted in the save.js file, where you create a new Date() object for every new URL saved.
Additional context Here is the screenshot with the URLs been displayed for better understanding, please note that all these pages were saved over a different span of time. The user would be more interested in the most recent articles rather than the chronologically arranged articles, that's why this issue has been opened.
Hey, I submitted a PR for another issue. Can I work on this as well?
Hi @YuvrajSharma07 @akashnimare, if the issue is still open, I'd like to work on it. I'll be able to implement a solution.
Yeah sure!
Hello, @YuvrajSharma07 @akashnimare
I've opened a PR that fixes this issue, kindly have a look at #83