Memory Marker is a sleek, productivity-focused Chrome Extension that acts as your "digital second brain." Instead of just bookmarking a page, Memory Marker lets you save specific snippets of text and navigate back to the exact spot on the page with beautiful highlights.
- Context-Menu Saving: Simply highlight any text, right-click, and select "Memorize this text" to save it.
- Smart Deep-Linking: Clicking a saved memory in the popup opens the URL, scrolls automatically to the snippet, and highlights it.
- Premium Dashboard: A high-end, glassmorphic UI with a live search bar and statistics.
- Privacy-Focused: All data is stored in your browser's
local.storage. No external servers, no tracking.
Since this extension is not currently on the Chrome Web Store, you can install it manually for free:
- Download this Repository: Click the green
Codebutton and selectDownload ZIP, or clone it usinggit clone. - Extract the Files: Unzip the folder on your computer.
- Open Chrome Extensions: In your browser, go to
chrome://extensions/. - Enable Developer Mode: Toggle the switch in the top-right corner.
- Load Unpacked: Click the Load unpacked button and select the folder containing the
manifest.jsonfile. - Pin the Extension: Click the puzzle icon in your Chrome toolbar and pin Memory Marker.
- Manifest V3: The latest Chrome extension standard.
- JavaScript (ES6+): For background service workers and content script manipulation.
- HTML5 & CSS3: Modern UI with CSS variables, Flexbox, and smooth animations.
- Chrome Storage API: For persistent local data management.
| Dashboard View | Context Menu |
|---|---|
Memory Marker respects your privacy.
- No data is sent to the cloud.
- No personal information is collected.
- All "Memories" are stored locally on your device via the
chrome.storageAPI.
Created with ❤️ by [Mahdi/MhdiTaheri]