embermarks/README.md

50 lines
1.3 KiB
Markdown
Raw Normal View History

2026-01-04 19:28:14 +00:00
# Embermarks
A Firefox extension that surfaces your forgotten bookmarks — the ones you saved but never visit.
## Installation
### From Firefox Add-ons
2026-01-04 19:28:14 +00:00
[Install from AMO](https://addons.mozilla.org/en-US/firefox/addon/embermarks1/)
2026-01-04 19:28:14 +00:00
## Features
- **Discover forgotten bookmarks** — Shows bookmarks you've rarely or never visited
- **Click to open** — Just click any bookmark to visit it
- **Refresh behavior** — Choose to see new bookmarks every time, once a day, or only when you manually refresh
2026-01-04 19:28:14 +00:00
- **Configurable criteria** — Set maximum visit count and minimum age for "forgotten" status
- **Exclude folders** — Keep certain bookmark folders out of suggestions
2026-01-05 18:06:58 +00:00
## Screenshots
<table>
<tr>
<td><img src="screenshots/embermarks_popup.png" width="300" alt="Popup"></td>
<td><img src="screenshots/embermarks_menu.png" width="300" alt="Settings Menu"></td>
</tr>
<tr>
<td align="center"><em>Popup</em></td>
<td align="center"><em>Settings Menu</em></td>
</tr>
</table>
2026-01-04 19:28:14 +00:00
## Building from Source
```sh
git clone https://github.com/gruberb/embermarks.git
cd embermarks
npx web-ext build
```
The extension will be built to `web-ext-artifacts/`.
To run in development mode:
```sh
npx web-ext run
```
## License
Mozilla Public License Version 2.0