easy calculator v3
calculate simply and fast
什么是easy calculator v3?
easy calculator v3是由nimda开发的Chrome扩展程序,该扩展的主要功能是“calculate simply and fast”。
扩展截图
下载easy calculator v3扩展crx文件
下载easy calculator v3扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy calculator - calculate fast 扩展基本信息
| 名称 | |
| ID | hogimgcnlijiichncbccieippmdgoeig |
| 官方URL | https://chromewebstore.google.com/detail/easy-calculator-v3/hogimgcnlijiichncbccieippmdgoeig |
| 简介 | calculate simply and fast |
| 文件大小 | 22.81 KB |
| 安装次数 | 1,759 |
| 当前版本 | 3.0 |
| 更新时间 | 2020-10-26 |
| 上架时间 | 2015-06-18 |
| 评分 | 4.29/5 共21次评分 |
| 开发者 | nimda |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/bichiko/chrome-extension-calculator |
| 帮助页面URL | https://github.com/bichiko/chrome-extension-calculator/issues |
| 隐私政策页面URL | https://github.com/bichiko/chrome-extension-calculator |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "easy calculator v3",
"description": "calculate simply and fast",
"version": "3.0",
"icons": {
"500": ".\/assets\/img\/calc.png"
},
"background": {
"scripts": [
".\/assets\/js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "click to open calculator",
"default_icon": ".\/assets\/img\/calc.png",
"default_popup": "index.html"
},
"manifest_version": 2
} | |