Percent Calculator
Quickly calculate percentages in 3 different ways!
Percent Calculatorとは何ですか?
Percent CalculatorはEdgewater Development USAによって開発されたChromeの拡張機能で、その主な機能は「Quickly calculate percentages in 3 different ways!」です。
拡張機能のスクリーンショット
Percent Calculator拡張機能のCRXファイルをダウンロード
Percent Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly calculate percentages in 3 different ways! You can quickly calculate:
- What is X percent of Y?
- X is what percent of Y?
- Percent increases and decreases 拡張機能の基本情報
| 名前 | |
| ID | dpiiekoiagfahpcdkallgdfajfccodel |
| 公式URL | https://chromewebstore.google.com/detail/percent-calculator/dpiiekoiagfahpcdkallgdfajfccodel |
| 説明 | Quickly calculate percentages in 3 different ways! |
| ファイルサイズ | 50.76 KB |
| インストール数 | 1,930 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2017-01-28 |
| 公開日 | 2017-01-28 |
| 評価 | 4.90/5 合計 10 レビュー |
| 開発者 | Edgewater Development USA |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Percent Calculator",
"description": "Quickly calculate percentages in 3 different ways!",
"version": "1.0.0",
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"browser_action": {
"default_icon": "assets\/images\/icon16.png",
"default_popup": "popup.html"
}
} | |