Compact Calculator

Compact, Fast, and Powerful easy-to-use calculator. This calculator can solve very complex expressions and equations with no sweat.

Was ist Compact Calculator?

Compact Calculator ist eine Chrome-Erweiterung, die von Andy Young entwickelt wurde, und ihr Hauptmerkmal ist "Compact, Fast, and Powerful easy-to-use calculator. This calculator can solve very complex expressions and equations with no sweat.".

Erweiterungsscreenshots

Compact Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Compact 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

                        A very simple, compact, yet powerful calculator. It can solve equations and expressions in an instant, without much work from the user and no wait. All you have to do is click on the extension, type in an expression or equation, and the calculator will do the rest.                    

Grundlegende Informationen zur Erweiterung

Name Compact Calculator Compact Calculator
ID nmegjgociokbijkhdeelnlcnlbpcmodj
Offizielle URL https://chromewebstore.google.com/detail/compact-calculator/nmegjgociokbijkhdeelnlcnlbpcmodj
Beschreibung Compact, Fast, and Powerful easy-to-use calculator. This calculator can solve very complex expressions and equations with no sweat.
Dateigröße 227 KB
Installationsanzahl 716
Aktuelle Version 3.0
Letztes Update 2017-10-17
Veröffentlichungsdatum 2017-10-17
Bewertung 3.88/5 Insgesamt 8 Bewertungen
Entwickler Andy Young
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compact Calculator",
    "description": "Compact, Fast, and Powerful easy-to-use calculator. This calculator can solve very complex expressions and equations with no sweat.",
    "version": "3.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}