Scientific Calculator

Rapid Scientific Calculator for Google Chrome

Was ist Scientific Calculator?

Scientific Calculator ist eine Chrome-Erweiterung, die von https://www.yoosfuhl.com entwickelt wurde, und ihr Hauptmerkmal ist "Rapid Scientific Calculator for Google Chrome".

Erweiterungsscreenshots

screenshot

Scientific Calculator-Erweiterungs-CRX-Datei herunterladen

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

                        Need a calculator? Just click the calculator icon on chrome, the scientific calculator is available in your browser.

Online scientific calculator with advanced features to calculate percentages, fractions, exponential functions, logarithms, trigonometry and more.                    

Grundlegende Informationen zur Erweiterung

Name Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
Offizielle URL https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
Beschreibung Rapid Scientific Calculator for Google Chrome
Dateigröße 984 KB
Installationsanzahl 34
Aktuelle Version 1
Letztes Update 2022-09-13
Veröffentlichungsdatum 2022-09-13
Entwickler https://www.yoosfuhl.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.yoosfuhl.com/online/calc#ScientificCalculator
Hilfeseite URL https://www.yoosfuhl.com/contact
URL der Datenschutzrichtlinien-Seite https://www.yoosfuhl.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scientific Calculator",
    "version": "1",
    "short_name": "Calculator",
    "author": "YoosFuhl.com",
    "description": "Rapid Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    }
}