A Chrome extension that allows you to add and save notes to pools on DEX Screener.
- Add notes to any pool on DEX Screener
- Notes are saved locally and persist between sessions
- Easy-to-use interface with a simple 📝 button
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the directory containing the extension files
- Visit any DEX Screener page
- Look for the 📝 button next to pools
- Click the button to add a note
- Enter your note and click "Save" or [CMD+ENTER]
- Your note will appear persist on DEX Screener and click again to edit
manifest.json: Extension configurationcontent.js: Main functionality for adding and managing notesstyles.css: Styling for the note interfacepopup.html: Simple popup interfaceicons/: Directory containing extension icons
This extension stores all notes locally in your browser using Chrome's storage API. Notes are not synced across devices or browsers.
