Skip to content

A temporary bookmark focuses on reading later, rather than closing and removing, with several Vim keybindings!

License

Notifications You must be signed in to change notification settings

AmiaaaZ/chrome-read-later

 
 

Repository files navigation

For a complete introduction, please check the README.md of the original project.

Installation

backend_server

  1. Set environment variable key seckey with any value you want
  2. Deploy the Flask app in the backend_server folder

extension

  1. Clone this repo
  2. Install this repo as an extension on Chrome or Edge manually
  3. Configure the URL(such as http://your-ip:port/) and seckey in the extensions settings

Usage

  • Use it like the original chrome-read-later extension
  • View all your saved pages in http://you-ip:port/dashboard, you can change each page's reading status and delete it
  • Attention: You need to append ?seckey=xxxx when accessing http://you-ip:port/ for the first time. It will remember the session thereafter

Features

  • Use selectionText as page title
  • Connect to the backend server written in Flask and display data on a separate dashboard page
  • Mark the reading state easily by toggling the checkbox in the top-right corner of the page (need open the page from popup reading-list first)
  • Add quick notes and view them all

About

A temporary bookmark focuses on reading later, rather than closing and removing, with several Vim keybindings!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 62.0%
  • HTML 20.2%
  • Python 9.6%
  • CSS 7.7%
  • Shell 0.5%