ShreyasheeS / Open-Multiple-Websites

Open Multiple Websites, a Google Chrome extension that lets you open your frequently visted website(s) with a single click. And not just that, it also remember your last opened links by storing your urls in chrome storage.
1 stars 1 forks source link

History #2

Open rishiosaur opened 7 years ago

rishiosaur commented 7 years ago

Instead of having the user copy and paste the links, isn't there a chrome api that lets the extension access their history? I may be wrong, but this would be much easier.

ShreyasheeS commented 7 years ago

@rishiosaur I have never heard of one. However, you're welcome to ideate on it. Basically, what you're saying is that we will extract links from history, right? How do we know how many links we have to extract?

rishiosaur commented 7 years ago

Maybe there could be just a list that shows which links were in the history, and then the user clicks on which ones they want to open.

justintime4tea commented 7 years ago

Chrome API for History access via extensions:

https://developer.chrome.com/extensions/history