Online Calculator

100% free online calculator to help you solve problems like calculating percentages, fractions, exponential functions and more.

Was ist Online Calculator?

Online Calculator ist eine Chrome-Erweiterung, die von https://onlineconvert.com entwickelt wurde, und ihr Hauptmerkmal ist "100% free online calculator to help you solve problems like calculating percentages, fractions, exponential functions and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Online Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        100% Free Online Calculator
Helps you solve problems such as calculating percentages, fractions, exponential functions, and more.

Click the icon to open the calculator, and the interface design of the calculator is friendly. You can enter the keyboard to operate the calculation keys.

The online calculator supports arithmetic operations:
    Such as: addition, subtraction, multiplication, division, square, percentage, positive and negative calculations, square root, power, fraction and other calculations.

Online calculators are simple, easy to use, intuitive and fast.                    

Grundlegende Informationen zur Erweiterung

Name Online Calculator Online Calculator
ID ijcmekhfkhjbnifkmdfahkelgdniiiak
Offizielle URL https://chromewebstore.google.com/detail/online-calculator/ijcmekhfkhjbnifkmdfahkelgdniiiak
Beschreibung 100% free online calculator to help you solve problems like calculating percentages, fractions, exponential functions and more.
Dateigröße 102 KB
Installationsanzahl 7,049
Aktuelle Version 1.0.1
Letztes Update 2022-11-15
Veröffentlichungsdatum 2022-11-14
Entwickler https://onlineconvert.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.onlineconvert.com
Hilfeseite URL https://www.onlineconvert.com/privacy-policy
URL der Datenschutzrichtlinien-Seite https://www.onlineconvert.com/privacy-policy
Unterstützte Sprachen id,de,en,en-GB,en-US,fr,nl,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,sr,bg,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Online Calculator",
    "description": "__MSG_extDesc__",
    "version": "1.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/img\/calculator.png"
    },
    "icons": {
        "128": ".\/img\/calculator.png"
    }
}