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)”。
扩展截图
下载Scientific Calculator & Unit Converter扩展crx文件
下载Scientific Calculator & Unit Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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" ] } } |