Easy Calculator

A simple calculator for basic arithmetic operations.

Τι είναι το Easy Calculator;

Το Easy Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον atk1589, και η κύρια λειτουργία του είναι "A simple calculator for basic arithmetic operations.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Easy Calculator

Λήψη αρχείων επέκτασης Easy Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Easy Calculator Easy Calculator
ID bppalpbpcmnmioibjlejdnipbiocpahj
Επίσημο URL https://chromewebstore.google.com/detail/easy-calculator/bppalpbpcmnmioibjlejdnipbiocpahj
Περιγραφή A simple calculator for basic arithmetic operations.
Μέγεθος Αρχείου 46.11 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2023-04-25
Ημερομηνία Δημοσίευσης 2023-04-09
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής atk1589
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}