Calculator

Simple calculator

Calculator란 무엇입니까?

Calculator은(는) Guilherme Cheng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple calculator"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make your calculations easier and faster!

Simple calculator is a fast and simple way to make your calculations! Just open it by clicking or using a shortcut and start!

With it, you can:
- Sum
- Subtract
- Multiply
- Divide
- Multiple operations at the same time
- See your history calculations
- Shortcuts for a better use!



Shortcuts:
Ctrl+M to open, close (Command+M for Mac)
C to clear display
H for history page



Please, give us your feedback!                    

확장 프로그램 기본 정보

이름 Calculator Calculator
ID inbgelflcpjphdfpbonhjfalhjbimion
공식 URL https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion
설명 Simple calculator
파일 크기 44.35 KB
설치 횟수 107
현재 버전 1.2
최근 업데이트 2021-03-28
출시 날짜 2021-03-21
평점 5.00/5 총 1 개의 평점
개발자 Guilherme Cheng
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calculator",
    "version": "1.2",
    "description": "Simple calculator",
    "action": {
        "default_popup": "main.html"
    },
    "manifest_version": 3,
    "icons": {
        "16": "Calculator3.png",
        "48": "Calculator3.png",
        "128": "Calculator3.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Toggle main.html",
            "global": "true"
        }
    }
}