Big Calc

This extension will show how decimals work in JS

Big Calcคืออะไร?

Big Calc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://anupvarghese.github.io และคุณลักษณะหลักของมันคือ "This extension will show how decimals work in JS"

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

screenshot

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

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

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

                        A simple calculator built using React                    

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

ชื่อ Big Calc Big Calc
ID jlkaidnchiknhmigbgfmopmfnoiemnpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/big-calc/jlkaidnchiknhmigbgfmopmfnoiemnpe
คำอธิบาย This extension will show how decimals work in JS
ขนาดไฟล์ 64.58 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 4.1
อัปเดตครั้งล่าสุด 2018-03-06
วันที่เผยแพร่ 2018-03-06
ผู้พัฒนา http://anupvarghese.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Big Calc",
    "description": "This extension will show how decimals work in JS",
    "version": "4.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "big-calc-16.png",
        "48": "big-calc-48.png",
        "128": "big-calc-128.png"
    }
}