Scientific Calculator

Rapid Scientific Calculator for Google Chrome

Vad är Scientific Calculator?

Scientific Calculator är en Chrome-tillägg utvecklad av https://www.yoosfuhl.com, och dess huvudfunktion är "Rapid Scientific Calculator for Google Chrome".

Tilläggsskärmbilder

screenshot

Ladda ner Scientific Calculator-förlängningens CRX-fil

Ladda ner Scientific Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
Officiell webbadress https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
Beskrivning Rapid Scientific Calculator for Google Chrome
Filstorlek 984 KB
Antal Installationer 34
Aktuell Version 1
Senast Uppdaterad 2022-09-13
Publiceringsdatum 2022-09-13
Utvecklare https://www.yoosfuhl.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.yoosfuhl.com/online/calc#ScientificCalculator
Hjälpsida URL https://www.yoosfuhl.com/contact
URL till Sekretesspolicy Sidan https://www.yoosfuhl.com/privacy-policy
Stödda Språk 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"
            }
        }
    }
}