Skip to content

Boss930129/chrome-extension-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Installation and Setup

This project consists of two main components: client and server.

Client Setup

Navigate to the project folder and Run following commands in sequence:

  1. cd client
  2. npm install
  3. npm run build

Server Folder

Navigate to the project folder and Run following commands in sequence:

  1. cd server
  2. npm install
  3. npm start

Now Load your extension on Chrome as following:

  1. Access chrome://extensions/ in your browser.
  2. Enable Developer mode.
  3. Click on "Load unpacked extension".
  4. In the file dialog, navigate to the repository folder, select the "client" folder, and then choose the "dist" folder within it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published