Percent Calculator
Quickly calculate percentages in 3 different ways!
ما هو Percent Calculator؟
Percent Calculator هو إضافة Chrome تم تطويرها بواسطة Edgewater Development USA، والميزة الرئيسية لها هي "Quickly calculate percentages in 3 different ways!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Percent Calculator
قم بتنزيل ملفات الامتداد Percent Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |