Percentage Calculator

Perform basic percentage calculations easily.

什么是Percentage Calculator?

Percentage Calculator是由bobbyrne01开发的Chrome扩展程序,该扩展的主要功能是“Perform basic percentage calculations easily.”。

扩展截图

screenshot

下载Percentage Calculator扩展crx文件

下载Percentage Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Users can perform the following percentage calculations:

- What is X% of Y
- X is what % of Y
- % increase/decrease from X to Y
- X + Y%
- X - Y%
- X * Y%
- X / Y%

Donations

Please consider a small donation for continued development ..

Paypal: https://www.paypal.me/bobbyrne01

Bitcoin: 1NGQPRW2VytN1n1M2Tcs7rpR6uzVLxMs2C

Open source
Released under GNU GPL v3 license ..
https://github.com/bobbyrne01/percentage-calculator-chrome                    

扩展基本信息

名称 Percentage Calculator Percentage Calculator
ID giofgfbcmecmaelgcomeaaglmlgdnnni
官方URL https://chromewebstore.google.com/detail/percentage-calculator/giofgfbcmecmaelgcomeaaglmlgdnnni
简介 Perform basic percentage calculations easily.
文件大小 19.33 KB
安装次数 2,268
当前版本 0.1.0
更新时间 2020-02-12
上架时间 2020-02-12
评分 4.80/5 共10次评分
开发者 bobbyrne01
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Percentage Calculator",
    "description": "Perform basic percentage calculations easily.",
    "version": "0.1.0",
    "browser_action": {
        "default_title": "Open UI (Percentage Calculator)",
        "default_popup": "data\/html\/view.html"
    },
    "icons": {
        "64": "data\/images\/ico-64.png"
    },
    "manifest_version": 2
}