Reading Stack is a Chrome extension that helps you manage your active reading list with ease. Keep track of articles you want to read, mark them as read, and access them quickly.
Currently this is not published on the Chrome Web Store, but you can install it by following the instructions below. I made it for my use with cursor ai.
- Add the current page to your reading list with one click
- Manually add articles by URL
- Mark articles as read or unread
- Open articles in a new tab
- Remove articles from your list
- Syncs across devices (when signed into Chrome)
- Clone this repository or download the ZIP file.
- Open Chrome and navigate to
chrome://extensions
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Click the Reading Stack icon in your Chrome toolbar to open the popup.
- Use the "Add Current Site" button to quickly add the current page to your list.
- Alternatively, enter a URL manually and click "Add" to add it to your list.
- Manage your reading list using the "Read", "Open", and "Remove" buttons for each article.
To modify or enhance the extension:
- Edit the HTML in
popup.html
to change the structure. - Modify the styles in
custom.css
to adjust the appearance. - Update the functionality in
popup.js
to add or change features. - If necessary, update the
manifest.json
file to reflect any changes in permissions or metadata.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
- Bookmark icon by Icons8
If you have any questions, feel free to reach out or open an issue.
Happy reading!