Easy Calculator
A simple calculator for basic arithmetic operations.
Cos'è Easy Calculator?
Easy Calculator è un'estensione di Chrome sviluppata da atk1589, e la sua funzione principale è "A simple calculator for basic arithmetic operations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Calculator
Scarica i file di estensione Easy Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With Easy Calculator, you can perform simple arithmetic operations with ease, all within your Chrome browser. No need to open a separate calculator app or leave your current tab. This lightweight extension offers a simple and user-friendly interface, with an input field and output display. It supports basic operations such as addition, subtraction, multiplication, and division, as well as the use of decimals. This extension also includes a backspace button for easy correction of input mistakes. In addition, the state of your calculation is saved automatically, so you can pick up right where you left off, even after closing and reopening your browser. Easy Calculator is perfect for students, professionals, and anyone who needs quick access to a reliable calculator. Install it today and simplify your calculations in seconds!
Informazioni di Base sull'Estensione
Nome | Easy Calculator |
ID | bppalpbpcmnmioibjlejdnipbiocpahj |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-calculator/bppalpbpcmnmioibjlejdnipbiocpahj |
Descrizione | A simple calculator for basic arithmetic operations. |
Dimensione del File | 46.11 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2023-04-25 |
Data di Pubblicazione | 2023-04-09 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | atk1589 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Calculator", "description": "A simple calculator for basic arithmetic operations.", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "service_worker": "script.js" }, "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon48.png" } } } |