a Simple chrome extension to convert images to WEBP format using the browser-based image converter.
HelloWEBP is a simple chrome extension to convert images to WEBP format using the browser-based image converter.
To install and run HelloWEBP locally, follow these steps:
-
Clone this repository:
git clone https://github.com/ibnzUK/hellowebp.git
-
Navigate to project directory:
cd hellowebp -
Install the dependencies using npm:
npm install
To run the HelloWEBP locally, follow these steps:
Run the project:
npm run dev
This will run project on your localhost
To build and import Next.js Chrome Extension Starter to chrome browser, follow these steps:
- 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)
-
Open Google Chrome and go to chrome://extensions.
-
Enable the "Developer mode" toggle switch.
-
Click on "Load unpacked" and select the out folder generated by the build process.
-
The HelloWEBP should now be loaded as an unpacked extension in Google Chrome.