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
电子邮箱 [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"
            }
        }
    }
}