/chrome-extension-counter-app

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.

Primary LanguageJavaScript

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