Calculator

Simple calculator

Calculatorคืออะไร?

Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guilherme Cheng และคุณลักษณะหลักของมันคือ "Simple calculator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}