Math solver

An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…

Math solverคืออะไร?

Math solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Explosion-Scratch และคุณลักษณะหลักของมันคือ "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…"

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

screenshot
screenshot
screenshot

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

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

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

                        An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!                    

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

ชื่อ Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
คำอธิบาย An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 2,002
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-12-08
วันที่เผยแพร่ 2021-12-08
ผู้พัฒนา Explosion-Scratch
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math solver",
    "manifest_version": 2,
    "version": "0.0.1",
    "icons": {
        "16": "icon-16_x_16.png",
        "48": "icon-48_x_48.png",
        "128": "icon-128_x_128.png",
        "256": "icon-256_x_256.png"
    },
    "background": {
        "scripts": [
            "math.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "math"
    },
    "permissions": []
}