Scientific Calculator

Rapid Scientific Calculator for Google Chrome

What is Scientific Calculator?

Scientific Calculator is a Chrome extension developed by https://www.yoosfuhl.com, and its main feature is "Rapid Scientific Calculator for Google Chrome".

Extension Screenshots

screenshot

Download Scientific Calculator Extension CRX File

Download Scientific Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
Official URL https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
Description Rapid Scientific Calculator for Google Chrome
File Size 984 KB
Installation Count 34
Current Version 1
Last Updated 2022-09-13
Publish Date 2022-09-13
Developer https://www.yoosfuhl.com
Email [email protected]
Payment Type free
Extension Website https://www.yoosfuhl.com/online/calc#ScientificCalculator
Help Page URL https://www.yoosfuhl.com/contact
Privacy Policy Page URL https://www.yoosfuhl.com/privacy-policy
Supported Languages 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"
            }
        }
    }
}