Skip to content

A chrome extension which converts the higlighted currency

License

Notifications You must be signed in to change notification settings

PhilipFlyvholm/Curverter

Repository files navigation

Introduction

Curverter is a Chrome extension designed to enhance your browsing experience by instantly converting highlighted currency values. Curverter ensures you have exchange rates without needing to switch tabs or use separate apps.

Features

  • Instant Conversion: Highlight any currency value on a webpage to see the converted amount in your preferred currency.
  • Up-to-Date Exchange Rates: Uses reliable data sources to provide the most current exchange rates.
  • User-Friendly Interface: Simple and intuitive design for ease of use.
  • Wide Compatibility: Supports a broad range of currencies and websites.

Getting Started

To install and use Curverter, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/PhilipFlyvholm/curverter.git
    cd curverter
  2. Install Dependencies:
    pnpm install
  3. Run in Development Mode:
    pnpm dev

NOTE: See https://docs.plasmo.com/ for more infomation

How to contribute

We welcome contributions from the community! To contribute, follow these guidelines:

  1. Fork the Repository: Click the 'Fork' button on the GitHub repository page.
  2. Create a Branch: Create a new branch for your feature or bugfix.
    git checkout -b feature/your-feature-name
  3. Make Changes: Implement your feature or bugfix.
  4. Commit Changes: Commit your changes with a descriptive message.
    git commit -m "Add feature: your-feature-name"
  5. Push to GitHub: Push your changes to your forked repository.
    git push origin feature/your-feature-name
  6. Create a Pull Request: Open a pull request on the original repository to merge your changes.

Project structure

  • src/: Source code for the extension.
  • public/: Static files and assets.
  • package.json: Project metadata, extension manifest file and dependencies.

License

This project is licensed under the MIT License. See the LICENSE file for more details.