Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpdraper/reading-list
A Chrome/Firefox extension for saving pages to read later.
https://github.com/alexpdraper/reading-list
chrome chrome-extension firefox firefox-addon productivity reading-list
Last synced: about 2 months ago
JSON representation
A Chrome/Firefox extension for saving pages to read later.
- Host: GitHub
- URL: https://github.com/alexpdraper/reading-list
- Owner: alexpdraper
- Created: 2016-09-20T18:53:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T13:30:58.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:49:36.780Z (5 months ago)
- Topics: chrome, chrome-extension, firefox, firefox-addon, productivity, reading-list
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/lloccabjgblebdmncjndmiibianflabo
- Size: 1.89 MB
- Stars: 110
- Watchers: 5
- Forks: 18
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading List
A Chrome and Firefox extension for saving pages to read later. Free on the [Chrome Web Store](https://chrome.google.com/webstore/detail/lloccabjgblebdmncjndmiibianflabo) and [Firefox Addons](https://addons.mozilla.org/firefox/addon/reading_list/).
![Chrome Reading List extension](src/images/search-screenshot.png)
## Features
- Nifty animations
- Search
- Syncing with Google/Mozilla accounts
- A light and dark theme## Installation
Get it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/lloccabjgblebdmncjndmiibianflabo) or [Firefox Addons](https://addons.mozilla.org/firefox/addon/reading_list/) for free.
### Building
Or, if you would rather do it the hard way, you can build the extension from the source code:
1. Make sure you have Node and NPM installed
1. Download/clone this repo
1. Install all the dependencies:
```bash
# From the project folder
npm install
```
1. Run the build command:
```bash
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.
#### Load into Chrome
1. Go to [chrome://extensions/](chrome://extensions/)
1. Check “Developer Mode”
1. Click “Load unpacked extension…”
1. Load up the “dist” folder#### Load into Firefox
1. Go to [about:addons](about:addons)
1. Select “Extensions”
1. Click the settings cog, and select “Install Add-on From File…”
1. Load up the “dist” folder## Using the extension
1. Go to a page you want to save for later
1. Click the reading list icon on the top right of your browser ![Chrome Reading List icon](src/icons/icon32.png)
1. Click the `+` button
- You can also right-click anywhere on the page and select “Add page to Reading List”
1. When you want to read a page you saved, open up the extension and click the reading item you want to read
- `Control + click` or `command ⌘/windows key ⊞ + click` to open the page in a new tab
1. Done with a page? Click the `×` next to said page in your reading list, and it will magically vanish.