Percentage Calculator
Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.
什么是Percentage Calculator?
Percentage Calculator是由FinMasters开发的Chrome扩展程序,该扩展的主要功能是“Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.”。
扩展截图
下载Percentage Calculator扩展crx文件
下载Percentage Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use our percentage calculator to quickly and easily calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.
扩展基本信息
名称 | Percentage Calculator |
ID | hgcanifcmjcjhkcflilohfglppcdlbgo |
官方URL | https://chromewebstore.google.com/detail/percentage-calculator/hgcanifcmjcjhkcflilohfglppcdlbgo |
简介 | Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease. |
文件大小 | 13.67 KB |
安装次数 | 191 |
当前版本 | 1.0.1 |
更新时间 | 2021-01-12 |
上架时间 | 2020-12-21 |
开发者 | FinMasters |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.finmasters.com |
帮助页面URL | https://finmasters.com/contact/ |
隐私政策页面URL | https://finmasters.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Percentage Calculator", "description": "Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase\/decrease.", "version": "1.0.1", "version_name": "1.0.1", "browser_action": { "default_popup": "index.html", "default_title": "Percentage Calculator" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |