Giter VIP home page Giter VIP logo

willbchang / chrome-read-later Goto Github PK

View Code? Open in Web Editor NEW
53.0 4.0 3.0 11.08 MB

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

Home Page: https://chrome.google.com/webstore/detail/fbmfcfkokefgbmfcjahdmomlifclekib/

License: GNU Affero General Public License v3.0

JavaScript 85.92% CSS 9.86% HTML 3.62% Shell 0.60%
chrome-extension read-it-later painless temprorary-bookmark productivity read-later bookmark

chrome-read-later's Introduction

Will's github stats

OS & Apps

Languages & Frameworks

I Keep Eyes On

chrome-read-later's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar renovate-bot avatar willbchang avatar yasujizr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

chrome-read-later's Issues

New Logo for ReadLater

Hi,

I'm designing for open source projects, expanding my portfolio. I want designing an icon for your project. There are a few ideas in my mind, I hope you accept and I do them. If you have an idea, please let me know. In this way we create a icon.

Best Regards.

[FEAT] Delete added website with shortcut

Is your feature request related to a problem? Please describe.
it just frustrating click to extension's icon and delete
Describe the solution you'd like
It would be great to add a separate shortcut to delete the urls we open from the reading list, just as we can delete them with alt shift s.

希望增加一个可选的分组功能

非常棒啊,就是我想要的功能,简洁干脆,功能到位,又不累赘,如果稍微能增加一个分组功能就好了,只要增加这一个,不需要其他了

TODO

  • [-] h: open in reading list
  • [-] H: open in tab
  • an option to default open history in tab on click history icon
  • [-] Open a branch and rewrite it with Vue
  • Set minimal Chrome version, e.g. "minimum_chrome_version": "80.0.4389.82"

Cannot remove clicked item while loading clicked url in tab

Fix in background.js

extension.onMessage(async message => {
  const tab = await tabs.current()
  tabs.isEmpty(tab) ? tabs.update(message.url) : tabs.create(message.url)

  const position = await storage.getPosition(message.url)
  storage.remove(message.url)

  // Use raw sendMessage to avoid the error message below:
  // The message port closed before a response was received.
  const tabId = await tabs.onComplete()
  chrome.tabs.sendMessage(tabId, position)
})

Save pdf position, scale size

[FEAT] Drop URL on icon

I don't know if this is really easy or really hard.

I would like to be able to drag a link from a web page and drop it on the icon in the Bookmark Bar to add it to the read later list.

This would replicate a functionality I have used for many years with a Windows App of mine that I have used as a read later list for the past 25 years or so.

[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!

[FEAT] Manifest v3

I have noticed that installing from the files brings up a warning that the manifest file is version 2 and that this will be deprecated next year.

A quick look at the documentation makes it look like this is more than a need to just replace the file as background pages will be replaced by service workers.

Being new to extensions, I am not sure how big an issue that is.

But I don't want to spend too much time modifying the code to find that a major change will be required later. I have been working on a cloud sync to use Read Later from Chrome on my phone, which is working great.

Will/Can you update to v3?

Support Folder Organization

Is your feature request related to a problem? Please describe.
Problem: I don't want to clutter up everything in one list like articles, videos, courses etc.in different domains like webdev, data science etc.
The problem with chrome bookmarks is I need to open site to bookmark. but I want to right click then select folder, or add folder and save bookmark

Describe the solution you'd like
Basically support folders on right click.

Describe alternatives you've considered
Alternatives I've tried are Instapaper. but the problem is it doesn't support nested folders. I've also tried right click bookmark extension but it also doesn't support folders.

You sound like cool guy. article progress is shown which blew my mind. If you think I can help in anyway please tell me I am ready to put efforts to get this working. I Appreciate the hard work you guys have put in this project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.