Calculator
Simple calculator
什么是Calculator?
Calculator是由Guilherme Cheng开发的Chrome扩展程序,该扩展的主要功能是“Simple calculator”。
扩展截图
下载Calculator扩展crx文件
下载Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make your calculations easier and faster! Simple calculator is a fast and simple way to make your calculations! Just open it by clicking or using a shortcut and start! With it, you can: - Sum - Subtract - Multiply - Divide - Multiple operations at the same time - See your history calculations - Shortcuts for a better use! Shortcuts: Ctrl+M to open, close (Command+M for Mac) C to clear display H for history page Please, give us your feedback!
扩展基本信息
名称 | Calculator |
ID | inbgelflcpjphdfpbonhjfalhjbimion |
官方URL | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
简介 | Simple calculator |
文件大小 | 44.35 KB |
安装次数 | 107 |
当前版本 | 1.2 |
更新时间 | 2021-03-28 |
上架时间 | 2021-03-21 |
评分 | 5.00/5 共1次评分 |
开发者 | Guilherme Cheng |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator", "version": "1.2", "description": "Simple calculator", "action": { "default_popup": "main.html" }, "manifest_version": 3, "icons": { "16": "Calculator3.png", "48": "Calculator3.png", "128": "Calculator3.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Toggle main.html", "global": "true" } } } |