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 là gì?

Math solver là một tiện ích mở rộng Chrome được phát triển bởi Explosion-Scratch, và tính năng chính của nó là "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".

Ả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 Math solver

Tải xuống các tệp mở rộng Math solver 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

                        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!                    

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

Tên Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
URL Chính Thức https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Mô tả An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 2,002
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-12-08
Ngày Phát Hành 2021-12-08
Nhà Phát Triển Explosion-Scratch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}