Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
什么是Calculator+?
Calculator+是由https://www.mataskairaitis.com开发的Chrome扩展程序,该扩展的主要功能是“A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.”。
扩展截图
下载Calculator+扩展crx文件
下载Calculator+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.
How to use:
Install the extension.
Click the calculator icon in the top right corner of your browser.
Hotkeys:
Enter: Submits calculation
=: Submits calculation
C: deletes everything
Calculator+ is completely free & open source.
You may find the source at: http://www.mataskairaitis.com/calculator 扩展基本信息
| 名称 | |
| ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
| 官方URL | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
| 简介 | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
| 文件大小 | 134 KB |
| 安装次数 | 1,641 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-09-15 |
| 上架时间 | 2014-09-15 |
| 评分 | 4.73/5 共11次评分 |
| 开发者 | https://www.mataskairaitis.com |
| 付费类型 | free |
| 扩展官网 | http://www.mataskairaitis.com/calculator |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calculator+",
"description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
"version": "1.0",
"author": "Matas Kairaitis",
"browser_action": {
"default_title": "Calculator+",
"default_icon": "images\/icon.png",
"default_popup": "calculator.html"
},
"sandbox": {
"pages": [
"sandbox.html"
]
}
} | |