Isaiah Billingsley
Isaiah Billingsley
I was able to reproduce the bug, I think it only affects the "Apps" folder. As a workaround, enable "Show top-level folders" in the options
I'm not currently accepting PRs because I am planning a rewrite for manifest V3 once it becomes mandatory. It would be simple enough to change the default theme based on...
Do you mean choosing a custom hotkey to launch a specific link from the new tab page?
I may eventually but as it is I don't own a Mac to develop and test it on. Also I'll be porting to Firefox first due to popular demand. I'll...
Try, in Custom CSS: ``` #main { text-align: center; } ```
Try ``` #main .folder { font-size: 1.5em; } ``` (or whatever number you want)
Still I think it would be good to have an option for alignment in the UI without requiring custom CSS.
I need to move the settings from localStorage to the chrome.storage api. This also causes the settings to be lost if you clear your cookies in Firefox.
In the Firefox version you can type in the name of any system font, however there isn't an option for bold or italic at the moment. There is no need...
I should be able to make this faster by only loading the bookmarks shown instead of everything. If that isn't good enough I can try caching them as well.