Percent Calculator
Quickly calculate percentages in 3 different ways!
什么是Percent Calculator?
Percent Calculator是由Edgewater Development USA开发的Chrome扩展程序,该扩展的主要功能是“Quickly calculate percentages in 3 different ways!”。
扩展截图
下载Percent Calculator扩展crx文件
下载Percent Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly calculate percentages in 3 different ways! You can quickly calculate:
- What is X percent of Y?
- X is what percent of Y?
- Percent increases and decreases 扩展基本信息
| 名称 | |
| ID | dpiiekoiagfahpcdkallgdfajfccodel |
| 官方URL | https://chromewebstore.google.com/detail/percent-calculator/dpiiekoiagfahpcdkallgdfajfccodel |
| 简介 | Quickly calculate percentages in 3 different ways! |
| 文件大小 | 50.76 KB |
| 安装次数 | 1,930 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-01-28 |
| 上架时间 | 2017-01-28 |
| 评分 | 4.90/5 共10次评分 |
| 开发者 | Edgewater Development USA |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Percent Calculator",
"description": "Quickly calculate percentages in 3 different ways!",
"version": "1.0.0",
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"browser_action": {
"default_icon": "assets\/images\/icon16.png",
"default_popup": "popup.html"
}
} | |