Minimalist Calculator
A fast and accurate calculator.
什么是Minimalist Calculator?
Minimalist Calculator是由Rhys Mills开发的Chrome扩展程序,该扩展的主要功能是“A fast and accurate calculator.”。
扩展截图
下载Minimalist Calculator扩展crx文件
下载Minimalist Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A fast calculator with a clean and minimalist visual style.
Currently supports:
• Keyboard input
• Basic arithmetic (+,-,×,÷)
• Modulus function
• Exponentiation and nth root functions
The calculator is a React app, and uses the big.js and math.js library to improve the precision of calculations. 扩展基本信息
| 名称 | |
| ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
| 官方URL | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
| 简介 | A fast and accurate calculator. |
| 文件大小 | 440 KB |
| 安装次数 | 16 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-03-09 |
| 上架时间 | 2020-03-08 |
| 开发者 | Rhys Mills |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Minimalist Calculator",
"description": "A fast and accurate calculator.",
"version": "1.0.0",
"browser_action": {
"default_popup": "index.html",
"default_title": "Minimalist Calculator"
},
"icons": {
"16": "logo-small.png",
"48": "logo-small.png",
"128": "logo-small.png"
},
"content_security_policy": "script-src 'self' 'sha256-tw5uNCLvtXpPMlwhNWsN4vWp5jVE8kyA0Ot+WWw3+6M='; object-src 'self'",
"permissions": []
} | |