The Calculator Extension is a sleek and user-friendly tool built for Google Chrome, designed to provide a seamless experience for quick and efficient arithmetic calculations directly within the browser. Whether you’re working on daily tasks or need fast mathematical operations while browsing, this extension helps enhance productivity without the need for external apps or calculators.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Backspace and clear functionality.
- History of calculations with the option to clear the history.
- Toggle visibility of the history section.
- Download or clone this repository to your local machine.
- Open Google Chrome and go to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on the "Load unpacked" button and select the directory where you downloaded/cloned this repository.
- Click on the calculator extension icon in the Chrome toolbar to open the calculator.
- Perform calculations using the on-screen buttons.
- Click the "History" button to show or hide the history of calculations.
- Click "Clear History" to remove all previous calculations from the history.
manifest.json
: The manifest file that defines the extension's metadata and permissions.popup.html
: The HTML file for the extension's popup interface.popup.js
: The JavaScript file containing the calculator's functionality.calculator.png
: Icon files for the extension.README.md
: This readme file.
- Feel free to contribute to this project by opening issues or submitting pull requests.