Scientific Calculator & Unit Converter

Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)

Scientific Calculator & Unit Converter là gì?

Scientific Calculator & Unit Converter là một tiện ích mở rộng Chrome được phát triển bởi http://parimalam.me, và tính năng chính của nó là "Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)".

Ả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 Scientific Calculator & Unit Converter

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

                        Scientific Calculator & Unit Converter

‣ Quick loading w/ keyboard shortcut (Alt + C)
‣ Switch between keyboard and soft-keys with ease¹
‣ Instant results as you type
‣ Scientific/decimal number representations²
‣ Unit conversions
‣ Accurate results

That's the standard, on top of that, 

‣ Detects and warns of wrong angle unit choice(Degree/Radian)
‣ Smart-personal shortcuts for the most used and detected conversions
‣ Automatic dark/light mode based on system preference
‣ Remembers angle unit, and number representation choices

¹ pi → π, sininv → sin⁻¹, root → √
² Some results default to scientific notation to maintain precision                    

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

Tên Scientific Calculator & Unit Converter Scientific Calculator & Unit Converter
ID ogbpkankgohcjdjaljlaflohjgepbokb
URL Chính Thức https://chrome.google.com/webstore/detail/scientific-calculator-uni/ogbpkankgohcjdjaljlaflohjgepbokb
Mô tả Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)
Kích Thước Tệp 37.78 KB
Số Lần Cài Đặt 2,323
Phiên Bản Hiện Tại 6.4.1
Cập Nhật Lần Cuối 2023-07-27
Ngày Phát Hành 2020-06-28
Đánh Giá 4.71/5 Tổng số 34 Đánh Giá
Nhà Phát Triển http://parimalam.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://parimalam.me/pages/calculator.html?utm_source=webstore
URL Trang Chính Sách Bảo Mật https://parimalam.me/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scientific Calculator & Unit Converter",
    "short_name": "Calculator",
    "version": "6.4.1",
    "description": "Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)",
    "permissions": [
        "https:\/\/parimalam.me\/"
    ],
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "19": ".\/icons\/icon-19.png",
        "32": ".\/icons\/icon-32.png",
        "38": ".\/icons\/icon-38.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "152": ".\/icons\/icon-152.png",
        "192": ".\/icons\/icon-192.png",
        "512": ".\/icons\/icon-512.png"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'self' 'unsafe-eval'; frame-src 'self' https:\/\/parimalam.me;",
    "browser_action": {
        "default_popup": "extension.html",
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "19": ".\/icons\/icon-19.png",
            "32": ".\/icons\/icon-32.png",
            "38": ".\/icons\/icon-38.png",
            "48": ".\/icons\/icon-48.png",
            "96": ".\/icons\/icon-96.png",
            "128": ".\/icons\/icon-128.png",
            "152": ".\/icons\/icon-152.png",
            "192": ".\/icons\/icon-192.png",
            "512": ".\/icons\/icon-512.png"
        },
        "default_title": "Scientific Calculator & Unit Converter"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    },
    "offline_enabled": false,
    "web_accessible_resources": [
        "extension.html"
    ],
    "sandbox": {
        "pages": [
            ".\/extension.html"
        ]
    }
}