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
官方網址 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": [
                ""
            ]
        }
    ]
}