Math solver

An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…

什么是Math solver?

Math solver是由Explosion-Scratch开发的Chrome扩展程序,该扩展的主要功能是“An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…”。

扩展截图

screenshot
screenshot
screenshot

下载Math solver扩展crx文件

下载Math solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!                    

扩展基本信息

名称 Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
官方URL https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
简介 An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
文件大小 200 KB
安装次数 2,002
当前版本 0.0.1
更新时间 2021-12-08
上架时间 2021-12-08
开发者 Explosion-Scratch
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math solver",
    "manifest_version": 2,
    "version": "0.0.1",
    "icons": {
        "16": "icon-16_x_16.png",
        "48": "icon-48_x_48.png",
        "128": "icon-128_x_128.png",
        "256": "icon-256_x_256.png"
    },
    "background": {
        "scripts": [
            "math.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "math"
    },
    "permissions": []
}