Scientific Calculator

Awesome Scientific Calculator for Google Chrome

Apa itu Scientific Calculator?

Scientific Calculator adalah ekstensi Chrome yang dikembangkan oleh https://raad.dev, dan fitur utamanya adalah "Awesome Scientific Calculator for Google Chrome".

Screenshot Ekstensi

screenshot
screenshot
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

                        *  Powerful (it works with the keyboard and its shortcuts).
/  Scientific (it has all Math functions).
+ Click away calculator (Alt+C as shortcut).
-  Light and Super fast (it works offline).

It's open source project (https://github.com/raad-altaie/scientific-calculator).
Your feedback and contributions are greatly appreciated!

Cheers!                    

Informasi Dasar Ekstensi

Nama Scientific Calculator Scientific Calculator
ID fnplhdldnhaodknidfddmkfdhlhjihpd
URL Resmi https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd
Deskripsi Awesome Scientific Calculator for Google Chrome
Ukuran File 174 KB
Jumlah Instalasi 300,000
Versi Saat Ini 1.5.4
Terakhir Diperbarui 2023-10-13
Tanggal Publikasi 2019-05-21
Penilaian 4.37/5 Total 90 Penilaian
Pengembang https://raad.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://raad.dev
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scientific Calculator",
    "version": "1.5.4",
    "short_name": "Calculator",
    "author": "Raad Altaie",
    "description": "Awesome Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}