Scientific Calculator

Awesome Scientific Calculator for Google Chrome

Cos'è Scientific Calculator?

Scientific Calculator è un'estensione di Chrome sviluppata da https://raad.dev, e la sua funzione principale è "Awesome Scientific Calculator for Google Chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Scientific Calculator

Scarica i file di estensione Scientific Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        *  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!                    

Informazioni di Base sull'Estensione

Nome Scientific Calculator Scientific Calculator
ID fnplhdldnhaodknidfddmkfdhlhjihpd
URL Ufficiale https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd
Descrizione Awesome Scientific Calculator for Google Chrome
Dimensione del File 174 KB
Conteggio Installazioni 300,000
Versione Corrente 1.5.4
Ultimo Aggiornamento 2023-10-13
Data di Pubblicazione 2019-05-21
Valutazione 4.37/5 Totale 90 Valutazioni
Sviluppatore https://raad.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://raad.dev
Lingue Supportate 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'"
}