Percentage Calculator
Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.
Percentage Calculatorคืออะไร?
Percentage Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FinMasters และคุณลักษณะหลักของมันคือ "Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Percentage Calculator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |