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란 무엇입니까?

Scientific Calculator & Unit Converter은(는) http://parimalam.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Scientific Calculator & Unit Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Scientific Calculator & Unit Converter Scientific Calculator & Unit Converter
ID ogbpkankgohcjdjaljlaflohjgepbokb
공식 URL https://chrome.google.com/webstore/detail/scientific-calculator-uni/ogbpkankgohcjdjaljlaflohjgepbokb
설명 Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)
파일 크기 37.78 KB
설치 횟수 2,323
현재 버전 6.4.1
최근 업데이트 2023-07-27
출시 날짜 2020-06-28
평점 4.71/5 총 34 개의 평점
개발자 http://parimalam.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://parimalam.me/pages/calculator.html?utm_source=webstore
개인정보 보호 정책 페이지 URL https://parimalam.me/privacy.html
지원되는 언어 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"
        ]
    }
}