Calculator

Simple calculator

Calculator là gì?

Calculator là một tiện ích mở rộng Chrome được phát triển bởi Guilherme Cheng, và tính năng chính của nó là "Simple calculator".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Calculator

Tải xuống các tệp mở rộng Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Calculator Calculator
ID inbgelflcpjphdfpbonhjfalhjbimion
URL Chính Thức https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion
Mô tả Simple calculator
Kích Thước Tệp 44.35 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-03-28
Ngày Phát Hành 2021-03-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Guilherme Cheng
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}