Scientific Calculator

Awesome 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://raad.dev, và tính năng chính của nó là "Awesome Scientific Calculator for Google Chrome".

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

                        *  Powerful (it works with the keyboard and its shortcuts).
/  Scientific (it has all Math functions).
+ Click away calculator (Alt+C as shortcut).
-  Light and Super fast (it works offline).

It's open source project (https://github.com/raad-altaie/scientific-calculator).
Your feedback and contributions are greatly appreciated!

Cheers!                    

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

Tên Scientific Calculator Scientific Calculator
ID fnplhdldnhaodknidfddmkfdhlhjihpd
URL Chính Thức https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd
Mô tả Awesome Scientific Calculator for Google Chrome
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 300,000
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2019-05-21
Đánh Giá 4.37/5 Tổng số 90 Đánh Giá
Nhà Phát Triển https://raad.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://raad.dev
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scientific Calculator",
    "version": "1.5.4",
    "short_name": "Calculator",
    "author": "Raad Altaie",
    "description": "Awesome Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}