Skip to content

HelloOnion/hellowebp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWEBP - image to WEP converter 🚀

a Simple chrome extension to convert images to WEBP format using the browser-based image converter.

Table of Contents ✨

Description

HelloWEBP is a simple chrome extension to convert images to WEBP format using the browser-based image converter.

Installation

To install and run HelloWEBP locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/ibnzUK/hellowebp.git
  2. Navigate to project directory:

    cd hellowebp
    
  3. Install the dependencies using npm:

    npm install
    

Usage

Usage Locally 🔥

To run the HelloWEBP locally, follow these steps:

Run the project:

npm run dev

This will run project on your localhost

http://localhost:3000/

Build and Import To Chrome 🔥

To build and import Next.js Chrome Extension Starter to chrome browser, follow these steps:

  1. Build the project:
npm run build

This will run prep and export to create new folder 'out/', and rename '_next' forlder to 'next' (without underscore)

  1. Open Google Chrome and go to chrome://extensions.

  2. Enable the "Developer mode" toggle switch.

  3. Click on "Load unpacked" and select the out folder generated by the build process.

  4. The HelloWEBP should now be loaded as an unpacked extension in Google Chrome.

About

browser-based webp converter chrome extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published