Scientific Calculator

Rapid Scientific Calculator for Google Chrome

Scientific Calculator là gì?

Scientific Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://www.yoosfuhl.com, và tính năng chính của nó là "Rapid Scientific Calculator for Google Chrome".

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

screenshot

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

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

                        Need a calculator? Just click the calculator icon on chrome, the scientific calculator is available in your browser.

Online scientific calculator with advanced features to calculate percentages, fractions, exponential functions, logarithms, trigonometry and more.                    

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

Tên Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
URL Chính Thức https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
Mô tả Rapid Scientific Calculator for Google Chrome
Kích Thước Tệp 984 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2022-09-13
Ngày Phát Hành 2022-09-13
Nhà Phát Triển https://www.yoosfuhl.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yoosfuhl.com/online/calc#ScientificCalculator
URL Trang Trợ Giúp https://www.yoosfuhl.com/contact
URL Trang Chính Sách Bảo Mật https://www.yoosfuhl.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scientific Calculator",
    "version": "1",
    "short_name": "Calculator",
    "author": "YoosFuhl.com",
    "description": "Rapid Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    }
}