Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 744 Bytes

README.md

File metadata and controls

28 lines (12 loc) · 744 Bytes

Chrome Extension Counter

Preview my extension

devruhul_chrome-extension-counter-app.-.29.May.2022.mp4

Introduction

This is a simple Chrome counter extension that counts the number of counts a user has clicked within current website and it persist data all websites and tabs.

Installation

  • First clone the repo and open it your favourite code editor.

  • Install Node.js LTS (if you already install Node.js latest version don't need to install again). Download the source code (or check out from git).

  • Then run the following command in your terminal:

  • npm install

  • Then edit the app what you want to do. After that run:

  • npm run build