Quick Calculator

Because we all can't just do math in our head

什么是Quick Calculator?

Quick Calculator是由bryceosterhaus开发的Chrome扩展程序,该扩展的主要功能是“Because we all can't just do math in our head”。

扩展截图

screenshot

下载Quick Calculator扩展crx文件

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

扩展使用说明

                        Quick access to a calculator for basic calculations. 

Just hit the keys: 'meta + shift + space' to see the calculator appear                    

扩展基本信息

名称 Quick Calculator Quick Calculator
ID cjmikoagjnmekdhcciamhppnkhhedpep
官方URL https://chromewebstore.google.com/detail/quick-calculator/cjmikoagjnmekdhcciamhppnkhhedpep
简介 Because we all can't just do math in our head
文件大小 468 KB
安装次数 1,261
当前版本 1.0.0
更新时间 2017-05-08
上架时间 2017-05-08
评分 3.40/5 共5次评分
开发者 bryceosterhaus
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Calculator",
    "description": "Because we all can't just do math in our head",
    "version": "1.0.0",
    "author": "Bryce Osterhaus",
    "icons": {
        "48": "images\/calc-48px.png",
        "128": "images\/calc-128px.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}