Welcome to the Unit Converter Chrome Extension! This extension allows you to convert between various units of measurement directly from your browser. You can convert:
- Meters to Feet and Feet to Meters
- Liters to Gallons and Gallons to Liters
- Kilograms to Pounds and Pounds to Kilograms
- Clone or download this repository to your local machine.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on "Load unpacked" and select the directory where you downloaded/cloned this repository.
- The extension should now appear in your list of extensions and you can start using it right away!
- Click on the Unit Converter extension icon in the Chrome toolbar.
- Select the type of conversion you need from the dropdown menu.
- Enter the value you want to convert.
- The converted value will be displayed instantly.
Note: This project was created as a beginner project to test and improve my JavaScript skills.