Skip to content

AlexandruJurju/BookmarkHighlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

BookmarkHighlighter

Overview

A TypeScript browser extension that highlights games and mods on Steam and Nexus Mods based on the browser bookmarks. The extension uses the Strategy pattern to handle different types of highlighting and makes it easy to add new highlighting behaviors.

Installation

  1. Clone this repository: git clone https://github.com/yourusername/bookmark-highlighter.git

  2. Install dependencies: npm install

  3. Build the extension: npm run build

  4. Load the extension in your browser:

  • Chrome: Go to chrome://extensions/, enable "Developer mode", and click "Load unpacked"
  • Firefox: Go to about:debugging#/runtime/this-firefox, click "Load Temporary Add-on"
  • Edge: Go to edge://extensions/, enable "Developer mode", and click "Load unpacked"

Usage

  1. Organize your bookmarks:
  • Create a "Games" folder for Steam games
  • Optional subfolders: "GEarly" for Early Access, "GWaiting" for waitlist
  • Create a "Nexus Mods" folder for mod bookmarks
  1. The extension will automatically:
  • Highlight Steam games in different colors based on their category
  • Show green borders for bookmarked Nexus mods
  • Update highlights immediately on page load and every 5 seconds

Example

Steam Highlighting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors