chrome-read-later icon indicating copy to clipboard operation
chrome-read-later copied to clipboard

[FEAT] Access read later list from phone

Open vladstudio opened this issue 4 years ago • 6 comments

Is your feature request related to a problem? Please describe. Sometimes I want to access links from my "Read later" list when I am on my phone, not computer.

Describe the solution you'd like Create a special "Read later" folder with bookmarks and use it to store links. This way, Chrome for Android will sync the items.

Thanks!

vladstudio avatar Dec 19 '20 05:12 vladstudio

Hi @vladstudio, thanks for your feedback!

Sorry for the late reply, I was working on https://github.com/willbchang/chrome-read-later/releases/tag/V5.0.0 (It's available in the Chrome Web Store now).

It's surely better if we can access the "Read later" list from mobile phone, but I found it is not easy after doing some research.

  1. The bookmark way surely works, but I'd like to keep the reading list and bookmark separately. I think:

    1. Bookmark is the thing that we don't change a lot, but access frequently(or sometimes). It takes steps to delete the unused bookmark item, otherwise it will become very very big, things can be hard to find at that time. Manage bookmark could be suffering!
    2. Reading list is the thing that we change and access frequently, it's deleted when opening it, just save the link and read it later.(I introduced local history mode for a backup in V5.0.0)
  2. The build in reading list between Desktop Chrome and Mobile Chrome is separately, I will definitely use reading list's api for "Read Later" when it's sync. (You can enable it by accessing chrome://flags/#read-later) Screen Shot 2020-12-26 at 9 10 42 PM

  1. Programmingly, it's possible to

    1. Auth the github account, export it to github page automatically, you can access the reading list via github page on the phone.
    2. Share it from an owned domain, like OneTab.

    Both of them requires a lot of work, and it's not native.

  2. Try Kiwi Browser, it seems able to use chrome extension on Android, sorry that I cannot test it for you because I'm using iPhone.

Thanks again for bringing this feature! I'll keep eyes on it.

willbchang avatar Dec 26 '20 14:12 willbchang

@willbchang - thank you for your reply! I totally agree it's better to use Chrome's internal reading list's api. It's actually a bit sad to see "read later" functionality built inside Chrome - this inevitably means your extension will be less used. The idea to close a tab when I add it to "read later" and remove an item from "read later" when I open it is genius :-)

vladstudio avatar Dec 27 '20 09:12 vladstudio

It's actually a bit sad to see "read later" functionality built inside Chrome - this inevitably means your extension will be less used.

I agree with you, I have thought about making it independently. I'll let you know at that time.

The idea to close a tab when I add it to "read later" and remove an item from "read later" when I open it is genius :-)

I tried almost all the read later extensions in Chrome web store and none of them did this, that's why I created it. XD

I'll keep this issue open, because I think it can be solved in the future. ;)

willbchang avatar Dec 27 '20 13:12 willbchang

I have forked a version which posts the URLs to a web app that can be used on a phone with any browser.

A demo php webapp is available.

Just a bit of a hack to get the functionality I wanted but if you have a server available to you, you can extend it as you wish. The demo is on a free server I have never tried before, but the price is right.

https://github.com/GeoNomad/chrome-read-later

GeoNomad avatar Apr 01 '22 18:04 GeoNomad

@GeoNomad Great work! This will solve the problem for those who want to access the reading list from the phone.

willbchang avatar Apr 06 '22 07:04 willbchang

https://developer.chrome.com/blog/extension-news-october-2023/#coming-soon-apis image

From Chrome 120, this extension should be able to use ReadingList API to sync the reading list between phone and computer.

willbchang avatar Oct 31 '23 03:10 willbchang