Giter Club home page Giter Club logo

scrroll-in's Introduction

Scrroll In

All Contributors

Never forget where you left a page.

Scrroll In - An extension to save scroll position of any webpage | Product Hunt Embed Scrroll In - An extension to save scroll position of any webpage | Product Hunt Embed

Contribute to this project during hacktoberfest and get exclusive limited edition Devfolio schwag if your pull requests gets merged. Read more

Motivation

You must have been in a situation wherein you are reading a long article, but you don't have enough time to finish it, so you close the tab, and the next time you open the article again, you have no idea where you left it.

So this extension lets you save the scroll position of the webpage, so you can continue from exactly where you left.

I know there are a few extensions that already serve this purpose, but most of them either didn't work correctly or lacked the features that I needed, so I ended up creating my own.

How it works?

Under the hood, this extension uses the chrome localStorage API to store the scroll positions for different webpages. I avoided using sync storage due to its storage limitations (read more). This extension creates an object which stores the URL as keys and the scroll position as values.

The functions for adding or updating, reading and deleting are in the files save.js, get.js and delete.js respectively, which are executed as content scripts from popup.js whenever the respective button is clicked.

The background.js handles switching icon color whenever a tab is changed, or the URL is updated.

The popup sheet is also handled by popup.js by dynamically changing the UI following the availability of the URL in the localStorage object.

Development

To run the extension locally follow these steps:

  • Visit chrome://extensions and turn on developer mode.
  • Click on Load unpacked at the top left and select the extension root folder.
  • Now you can go ahead and modify popup.js or popup.html. Changes would directly be visible in the extension.
  • If you change something in background.js or manifest.json then you will need to reload the extension.

Contributing

All you need to know for contributing to this project is basic JavaScript, HTML, and CSS.

You can visit the issues page to find some relevant issues to contribute to or feel free to open a new issue for something that you think can be improved.

Also, if you have any doubts regarding any of the concepts or how to get started, feel free to drop me a message on Twitter or the Devfolio community Telegram group.

Contributors โœจ

Thanks goes to these wonderful people (emoji key):

Prateek Surana
Prateek Surana

๐Ÿ’ป ๐ŸŽจ ๐Ÿ–‹ ๐Ÿ“–
Layla Hedges
Layla Hedges

๐Ÿ’ป
shikharsaxena98
shikharsaxena98

๐Ÿ’ป
Aditya Ketkar
Aditya Ketkar

๐ŸŽจ
DEBSUBHRA ROY
DEBSUBHRA ROY

๐ŸŽจ
Aashis kumar
Aashis kumar

๐Ÿ’ป
Rohit Kaushal
Rohit Kaushal

๐Ÿ’ป ๐ŸŽจ
Aditya Agarwal
Aditya Agarwal

๐Ÿ’ป
Mitch Moore
Mitch Moore

๐Ÿ’ป
Anuj Singh
Anuj Singh

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind are welcome!

scrroll-in's People

Contributors

prateek3255 avatar allcontributors[bot] avatar aesher9o1 avatar itaditya avatar underscoreanuj avatar n7layla avatar ferdox2 avatar mitchmo avatar parikshit-hooda avatar rohitkaushal7 avatar michizhou avatar shikharsaxena98 avatar

Watchers

James Cloos avatar

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.