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": [
                ""
            ]
        }
    ]
}