"Morning Reader" Chrome extension published

Usually I like to open a set of websites for reading while drinking my morning coffee. To save time, I used an extension that would save presets for each day, and it would open each day's links with one button. However, I recently found that the presets were local to the machine when I switched to my laptop on vacation, which was irritating. So, I put together a basic extension that does the same things, but uses Bootstrap for a nicer looking UI, and uses the Chrome storage API to sync presets across all logged-in Chrome instances. It also allows saving presets to a file and loading again, for a backup and or transfer method.

Link: Morning Reader

Comments

Popular posts from this blog

Adding Font Awesome to .NET MAUI App

Comparing SELECT Performance of Joining Integers vs GUIDs in SQL Server

Performance: SQL Server vs MongoDB (JSON data)