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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}