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
官方網址 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
}