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. 擴展基本資訊
| 名稱 | |
| ID | hgcanifcmjcjhkcflilohfglppcdlbgo |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |