Skip to content

dinncer/awesome-list-tracker

Repository files navigation

Awesome List Tracker

Awesome List Tracker

Firefox extension for tracking recent changes in starred GitHub awesome lists.

Follow updates from topics/awesome-list repositories without keeping GitHub tabs open.

Install

Awesome List Tracker on addons.mozilla.org

Features

  • Auto-import starred GitHub Awesome Lists.
  • Track commits and diffs from favorite lists.
  • Review updates from the popup.
  • Open Markdown links in new tabs.
  • Mark updates as read.

Requirements

  • Firefox 140 or newer.

Development Install

Load manifest.json from about:debugging#/runtime/this-firefox using Load Temporary Add-on....

Permissions

The extension requests:

  • storage to save tracked repositories, cache entries, and last-read timestamps locally in Firefox.
  • https://api.github.com/* to fetch starred repositories, commits, and commit diffs from GitHub.

The extension declares no data collection.

License

MIT