Skip to content

This Chrome extension was built using React and TypeScript, The project also includes webpack for customization building for extension development. The extension is compatible with version 3 of Chrome extension, and can be easily installed and customized to fit your needs.

Notifications You must be signed in to change notification settings

naji0329/Yumazzo-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Chrome Extension

This is a simple Chrome extension built with React from Figma design.

How to Run the Project

To run the project, follow these instructions:

  1. Open your terminal.
  2. Change the directory to react-chrome-app using the command cd react-chrome-app.
  3. Install all dependencies by running npm install.
  4. Start the development server using npm run start.
cd react-chrome-app
npm install
npm run start

Building the Chrome Extension

To build the extension, follow these instructions:

  1. Open your terminal.
  2. Change the directory to react-chrome-app using the command cd react-chrome-app.
  3. Install all dependencies by running npm install.
  4. Build the project using npm run build.
cd react-chrome-app
npm install
npm run build

Importing the Extension to Chrome

After building the extension, you can import it to Chrome by following these steps:

  1. Open Chrome and go to chrome://extensions/.
  2. Enable Developer mode in the top right corner of the page.
  3. Click on the Load unpacked button and select the build folder from your project directory.
  4. The extension should now be added to your list of installed extensions.

That's it! You can now use the React Chrome extension.


About

This Chrome extension was built using React and TypeScript, The project also includes webpack for customization building for extension development. The extension is compatible with version 3 of Chrome extension, and can be easily installed and customized to fit your needs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published