prateek3255 / scrroll-in

An extension to save the scroll position of a webpage
https://chrome.google.com/webstore/detail/scrroll-in/cjgjbjogfodppempgdlppgefojbcmjom?hl=en&gl=IN
MIT License
66 stars 99 forks source link

Added Context Saving functionality to recollect back to the point #144

Closed Parshwa52 closed 3 years ago

Parshwa52 commented 3 years ago

Problem Statement The core functionality of scrroll is to save the scrrolls of the web page and land the user to that scroll when surfing that page again. But there is a slight catch. Suppose the user saves the scrrolls of 20-30 pages every day so there is a very high possibility that the user can forget the context which he/she was thinking when surfing for the first time. Scroll will only land the user to a particular part of the page but it will not give any context where the user had left before.

image

4)Now,when user will land back to that page he/she will be alerted about the context to recollect back.

image

5)This will help user recollect the thought process again. 6)This will be a great feature for this extension.

contextsavingscrroll (2)

@prateek3255 I have worked on this issue #143 . It works very great. Can you review this?

Parshwa52 commented 3 years ago

@prateek3255 Can you review this and check if it can be merged?

Parshwa52 commented 3 years ago

The feature I have added is innovative and very useful

Parshwa52 commented 3 years ago

@prateek3255 Can you review this and check if it can be merged?

Parshwa52 commented 3 years ago

@prateek3255 Can you review this PR?

Parshwa52 commented 3 years ago

@prateek3255 Can you review this PR?

prateek3255 commented 3 years ago

@Parshwa52 I would recommend you to go through #79 and implement it because it solves similar problem