Calculator Chrome

handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.

Calculator Chrome là gì?

Calculator Chrome là một tiện ích mở rộng Chrome được phát triển bởi downloadhub.cloud, và tính năng chính của nó là "handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Calculator Chrome

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

                        Features:
the calculator will open in a click.
Basic arithmetic operations(addition, subtraction, multiplication, and division).
this calculator is very easy to use.
very interesting to design.

Here you are the project: https://github.com/hemucode/Calculator

If there is any problem you can contact us: https://www.downloadhub.cloud/2023/04/calculator.html

If you like please give us a rating!

Disclaimer: Chrome is a trademark of google Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to google or google Inc.                    

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

Tên Calculator Chrome Calculator Chrome
ID babpcpbipmnncifldfihkkfmbbldicdn
URL Chính Thức https://chromewebstore.google.com/detail/calculator-chrome/babpcpbipmnncifldfihkkfmbbldicdn
Mô tả handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.
Kích Thước Tệp 39.63 KB
Số Lần Cài Đặt 246
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-04-20
Ngày Phát Hành 2023-04-20
Nhà Phát Triển downloadhub.cloud
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.downloadhub.cloud/
URL Trang Trợ Giúp https://www.downloadhub.cloud/2023/04/calculator.html
URL Trang Chính Sách Bảo Mật https://www.downloadhub.cloud/p/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/128.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": []
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/04\/calculator.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "calcu",
    "version": "0.1.1"
}