Mathematical calculator

It's mathematical calculator for every day

Mathematical calculatorคืออะไร?

Mathematical calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lee.inf.ua และคุณลักษณะหลักของมันคือ "It's mathematical calculator for every day"

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

screenshot

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

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

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

                        На данном этапе это простой калькулятор, имитирующий работу обычного карманного калькулятора. Его «кнопки» можно нажимать мышкой. Он выполняет простые математические вычисления. 
At this stage it is a simple calculator simulating the work of a conventional pocket calculator. Its buttons can be clicked. He performs simple mathematical calculations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mathematical calculator Mathematical calculator
ID dddginjnmmjjimahkfonokjagcjakgni
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni
คำอธิบาย It's mathematical calculator for every day
ขนาดไฟล์ 24.82 KB
จำนวนการติดตั้ง 470
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-11-14
วันที่เผยแพร่ 2017-11-14
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://lee.inf.ua
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "\/img\/calc128.png",
        "default_popup": "\/html\/popup.html"
    },
    "description": "It's mathematical calculator for every day",
    "icons": {
        "128": "\/img\/calc128.png",
        "256": "\/img\/calc256.png"
    },
    "manifest_version": 2,
    "name": "Mathematical calculator",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Math calc",
    "version": "1.0.2",
    "web_accessible_resources": [
        "\/img\/*",
        "\/html\/*",
        "\/css\/*"
    ]
}