Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 917 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 917 Bytes

Scroll to the top 👆 or bottom 👇 of any page

There are no

❌ Code generators or minifiers

❌ Tools that combine multiple files into a single file, such as webpack

❌ Web template engines, both for HTML and CSS

❌ Any other tool that takes code or files, applies processing, and generates code or file(s) to include in the add-on

The directory structure of the project consists of

  1. An html folder for the template that shows up on clicking the extension.
  2. An icon folder for the icon of the extension.
  3. A mandatory manifest.json file.
  4. A background.css file for styling the DOM elements of scrolling up and down.
  5. A content.js file for providing the core functionality of the extension.

Install the add-on for your Mozilla Firefox