Easy Calculator

A simple calculator for basic arithmetic operations.

什麼是Easy Calculator?

Easy Calculator是由atk1589開發的Chrome擴展程式,該擴展的主要功能是“A simple calculator for basic arithmetic operations.”。

擴展截圖

screenshot

下載Easy Calculator擴展crx文件

下載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
官方網址 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"
        }
    }
}