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
Eメール [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
}