https://github.com/jcfieldsdev/favorites-folder
A Firefox and Chrome extension for accessing favorites
https://github.com/jcfieldsdev/favorites-folder
chrome firefox javascript web-extension
Last synced: about 2 months ago
JSON representation
A Firefox and Chrome extension for accessing favorites
- Host: GitHub
- URL: https://github.com/jcfieldsdev/favorites-folder
- Owner: jcfieldsdev
- License: isc
- Created: 2023-12-10T10:36:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T17:44:43.000Z (over 1 year ago)
- Last Synced: 2025-06-18T07:48:38.345Z (about 1 year ago)
- Topics: chrome, firefox, javascript, web-extension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/favorites-folder/
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# favorites-folder
A Firefox extension for displaying the Bookmarks Toolbar items with their most recent and most visited history items. Written in JavaScript.

## Installation
This extension can be installed through its [Firefox add-on page](https://addons.mozilla.org/en-US/firefox/addon/favorites-folder/) or from the [Chrome Web Store](https://chrome.google.com/webstore/detail/favorites-folder/geldjnbnanmkbgijhopibgohaaipamdm).
## Guide
After the extension is installed, a Favorites Folder icon is added to your toolbar. Click this icon to open Favorites Folder.
Each Bookmarks Toolbar is shown in a list. By default, the extension shows the most visited page for the domain of each item along with the five most recently visited pages. Pages can be pinned so that they are always displayed at the top of the list.
Clicking the bar graph icon lets you change the number of most visited pages to show; clicking the clock icon lets you change the number of recently visited pages to show. Either can be set to zero to hide the list entirely. The extension remembers the settings for each site.
## Acknowledgments
Uses [heart](https://www.svgrepo.com/svg/14970/heart), [compass](https://www.svgrepo.com/svg/9960/compass), [bar chart](https://www.svgrepo.com/svg/106921/bar-chart), [clock](https://www.svgrepo.com/svg/32993/clock), and [pin](https://www.svgrepo.com/svg/309873/pin) vectors from [SVG Repo](https://www.svgrepo.com/).
## Authors
- J.C. Fields
## License
- [ISC license](https://opensource.org/licenses/ISC)