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