chrome-read-later
chrome-read-later copied to clipboard
[FEAT] Access read later list from phone
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!
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.
-
The bookmark way surely works, but I'd like to keep the reading list and bookmark separately. I think:
- 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!
- 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)
-
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
)
-
Programmingly, it's possible to
- Auth the github account, export it to github page automatically, you can access the reading list via github page on the phone.
- Share it from an owned domain, like OneTab.
Both of them requires a lot of work, and it's not native.
-
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 - 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 :-)
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. ;)
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 Great work! This will solve the problem for those who want to access the reading list from the phone.
https://developer.chrome.com/blog/extension-news-october-2023/#coming-soon-apis
From Chrome 120, this extension should be able to use ReadingList API to sync the reading list between phone and computer.