A Chrome and Firefox extension for saving pages to read later. Free on the Chrome Web Store and Firefox Addons.
- Nifty animations
- Search
- Syncing with Google/Mozilla accounts
- A light and dark theme
Get it from the Chrome Web Store or Firefox Addons for free.
Or, if you would rather do it the hard way, you can build the extension from the source code:
- Make sure you have Node and NPM installed
- Download/clone this repo
- Install all the dependencies:
# From the project folder npm install
- Run the build command:
npm run build [chrome/firefox]
The build command assembles all the files in the dist
folder. After it’s built, you can load it into Chrome or Firefox.
- Go to chrome://extensions/
- Check “Developer Mode”
- Click “Load unpacked extension…”
- Load up the “dist” folder
- Go to about:addons
- Select “Extensions”
- Click the settings cog, and select “Install Add-on From File…”
- Load up the “dist” folder
- Go to a page you want to save for later
- Click the reading list icon on the top right of your browser
- Click the
+
button- You can also right-click anywhere on the page and select “Add page to Reading List”
- When you want to read a page you saved, open up the extension and click the reading item you want to read
Control + click
orcommand ⌘/windows key ⊞ + click
to open the page in a new tab
- Done with a page? Click the
×
next to said page in your reading list, and it will magically vanish.