Scientific Calculator

Rapid Scientific Calculator for Google Chrome

Scientific Calculatorとは何ですか?

Scientific Calculatorはhttps://www.yoosfuhl.comによって開発されたChromeの拡張機能で、その主な機能は「Rapid Scientific Calculator for Google Chrome」です。

拡張機能のスクリーンショット

screenshot

Scientific Calculator拡張機能のCRXファイルをダウンロード

Scientific Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
公式URL https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
説明 Rapid Scientific Calculator for Google Chrome
ファイルサイズ 984 KB
インストール数 34
現在のバージョン 1
最終更新日 2022-09-13
公開日 2022-09-13
開発者 https://www.yoosfuhl.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.yoosfuhl.com/online/calc#ScientificCalculator
ヘルプページのURL https://www.yoosfuhl.com/contact
プライバシーポリシーページのURL https://www.yoosfuhl.com/privacy-policy
対応言語 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"
            }
        }
    }
}