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

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

확장 프로그램 사용 설명서

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