Scientific Calculator

Rapid Scientific Calculator for Google Chrome

Apa itu Scientific Calculator?

Scientific Calculator adalah ekstensi Chrome yang dikembangkan oleh https://www.yoosfuhl.com, dan fitur utamanya adalah "Rapid Scientific Calculator for Google Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Scientific Calculator

Unduh file ekstensi Scientific Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
URL Resmi https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
Deskripsi Rapid Scientific Calculator for Google Chrome
Ukuran File 984 KB
Jumlah Instalasi 34
Versi Saat Ini 1
Terakhir Diperbarui 2022-09-13
Tanggal Publikasi 2022-09-13
Pengembang https://www.yoosfuhl.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.yoosfuhl.com/online/calc#ScientificCalculator
URL Halaman Bantuan https://www.yoosfuhl.com/contact
URL Halaman Kebijakan Privasi https://www.yoosfuhl.com/privacy-policy
Bahasa yang Didukung 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"
            }
        }
    }
}