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.
- 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.
To install and use Curverter, follow these steps:
- Clone the Repository:
git clone https://github.com/PhilipFlyvholm/curverter.git cd curverter
- Install Dependencies:
pnpm install
- Run in Development Mode:
pnpm dev
NOTE: See https://docs.plasmo.com/ for more infomation
We welcome contributions from the community! To contribute, follow these guidelines:
- Fork the Repository: Click the 'Fork' button on the GitHub repository page.
- Create a Branch: Create a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
- Make Changes: Implement your feature or bugfix.
- Commit Changes: Commit your changes with a descriptive message.
git commit -m "Add feature: your-feature-name"
- Push to GitHub: Push your changes to your forked repository.
git push origin feature/your-feature-name
- Create a Pull Request: Open a pull request on the original repository to merge your changes.
- src/: Source code for the extension.
- public/: Static files and assets.
- package.json: Project metadata, extension manifest file and dependencies.
This project is licensed under the MIT License. See the LICENSE file for more details.