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"
        }
    }
}