CrunchKey

Chrome plugin to calculate expression strings realtime

CrunchKeyとは何ですか?

CrunchKeyはAaron Turnerによって開発されたChromeの拡張機能で、その主な機能は「Chrome plugin to calculate expression strings realtime」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CrunchKey拡張機能のCRXファイルをダウンロード

CrunchKey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        CrunchKey is a simple text calculator that works with a press of a key, and gives your answer INSTANTLY. Built with both developers and users in mind, It strives to be a calculator that will save time editing, solving, and calculating any number crunching. Simply enter a statement and have you answer shown to you real time as it is entered.

Crunchkey supports:

Parantheses, Exponents, Roots (Nth Rooths), Multiplication, Division, Modulo (Remainders), Additon, and Subtraction

And CrunchKey offers a Key so it can be understood at a glance.                    

拡張機能の基本情報

名前 CrunchKey CrunchKey
ID dcdjcligfkkgogbgafjeicfmpjgcinfa
公式URL https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa
説明 Chrome plugin to calculate expression strings realtime
ファイルサイズ 30.03 KB
インストール数 20
現在のバージョン 1.0.5
最終更新日 2015-12-25
公開日 2015-12-25
評価 5.00/5 合計 1 レビュー
開発者 Aaron Turner
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/CrunchKey16.png",
        "19": "images\/CrunchKey19.png",
        "48": "images\/CrunchKey48.png",
        "128": "images\/CrunchKey128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/CrunchKey19.png",
            "48": "images\/CrunchKey48.png"
        },
        "default_title": "CrunchKey",
        "default_popup": "popup.html"
    }
}