A Chrome extension that automatically replaces text on web pages. Perfect for adding context to identifiers, fixing common typos, or customizing your browsing experience.
My motivation was specifically for annotating identifiers. When you regularly view dozens of identifiers it can be valuable to add valuable information, such as replacing 1234-5678-9012 with 1234-5678-9012 #aws-dev.
- Real-time replacement - Changes text as pages load and update
- Smart targeting - Skips input fields and editable content
- Lightweight - No dependencies, minimal performance impact
- Persistent storage - Replacements sync across browser sessions
- Download or clone this repo
- Open
chrome://extensions/in Chrome - Enable "Developer mode" (top right)
- Click "Load unpacked" and select the extension folder
- Click the extension icon to add/remove replacement records.
- Add your find/replace pairs
MIT
- Icons from: https://feathericons.com/ — github repo
